1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

remove legacy integration tests

This commit is contained in:
Jesse Duffield
2023-02-26 11:23:36 +11:00
parent f82f4f6dbc
commit 8b5d59c238
20 changed files with 7 additions and 1523 deletions

View File

@ -3,7 +3,7 @@ package components
import "path/filepath"
// convenience struct for easily getting directories within our test directory.
// We have one test directory for each test, found in test/integration_new.
// We have one test directory for each test, found in test/integration.
type Paths struct {
// e.g. test/integration/test_name
root string