Skip to content

Commit 057d6e0

Browse files
committed
chore: ignore integration fixtures
1 parent 5177bf1 commit 057d6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dev/test-integration.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ main() {
3131
exit 1
3232
fi
3333

34-
CODE_SERVER_PATH="$path" CS_DISABLE_PLUGINS=true ./test/node_modules/.bin/jest "$@" --coverage=false --testRegex "./test/integration"
34+
CODE_SERVER_PATH="$path" CS_DISABLE_PLUGINS=true ./test/node_modules/.bin/jest "$@" --coverage=false --testRegex "./test/integration" --testPathIgnorePatterns "./test/integration/fixtures"
3535
}
3636

3737
main "$@"

0 commit comments

Comments
 (0)