Commit 489d100 1 parent 7247af0 commit 489d100 Copy full SHA for 489d100
File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
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
27
"test:sdk" : " node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --runInBand --detectOpenHandles --config .jest.js --testPathPattern=test/TestCases/Case07" ,
27
28
"test:resolver" : " node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --runInBand --detectOpenHandles --config .jest.js --testPathPattern=test/TestCases/Case01"
28
29
},
You can’t perform that action at this time.
0 commit comments