Commit 0a669c1 1 parent be0da76 commit 0a669c1 Copy full SHA for 0a669c1
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 23
23
"lint" : " eslint neptune-for-graphql.mjs ./src" ,
24
24
"test" : " node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --runInBand --detectOpenHandles --config .jest.js" ,
25
25
"test:unit" : " node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --runInBand --detectOpenHandles --config .jest.js --testPathPattern=src/test" ,
26
- "test:integration" : " node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --runInBand --detectOpenHandles --config .jest.js --testPathPattern=test" ,
26
+ "test:integration" : " node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --runInBand --detectOpenHandles --config .jest.js --testPathPattern=test/TestCases " ,
27
27
"test:sdk" : " node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --runInBand --detectOpenHandles --config .jest.js --testPathPattern=test/TestCases/Case07" ,
28
28
"test:resolver" : " node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --runInBand --detectOpenHandles --config .jest.js --testPathPattern=test/TestCases/Case01"
29
29
},
You can’t perform that action at this time.
0 commit comments