xen-orchestra/scripts/npmignore
Gabriel Gunullu 3f73138fc3
fix(test-integration): run integration tests only in ci (#6826)
Fixes issues introduced by

- be6233f
- adc5e7d

After the switching from Jest to Tap/Test, those tests were no longer executed during the test-integration script.
2023-05-11 17:47:48 +02:00

36 lines
435 B
Plaintext

.*
/benchmark/
/benchmarks/
*.bench.{,c,m}js
*.bench.{,c,m}js.map
/coverage/
/examples/
example.{,c,m}js
example.{,c,m}js.map
*.example.{,c,m}js
*.example.{,c,m}js.map
/fixture/
/fixtures/
*.fixture.{,c,m}js
*.fixture.{,c,m}js.map
*.fixtures.{,c,m}js
*.fixtures.{,c,m}js.map
/test/
/tests/
*.integ.{,c,m}js
*.integ.{,c,m}js.map
*.spec.{,c,m}js
*.spec.{,c,m}js.map
*.test.{,c,m}js
*.test.{,c,m}js.map
__snapshots__/
/docs/
/src/