File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 22 "ui" : " bdd" ,
33 "timeout" : 15000 ,
44 "extension" : [" ts" ],
5- "spec" : [" test/integration/*Spec.ts" ],
5+ "spec" : [" ' test/integration/*Spec.ts' " ],
66 "require" : [" ts-node/register" , " test/hooks.ts" ],
77 "package" : " ./package.json"
88}
Original file line number Diff line number Diff line change 55 "main" : " ./dist/index" ,
66 "types" : " ./dist/index" ,
77 "directories" : {
8- "test" : " tests "
8+ "test" : " test "
99 },
1010 "files" : [
1111 " dist" ,
1212 " lib"
1313 ],
1414 "scripts" : {
15- "test" : " npm run test:unit" ,
16- "test:unit" : " TS_NODE_PROJECT=test/tsconfig.json mocha --require ts-node/register \" test/unit/**/*Spec.ts\" " ,
17- "test:integration" : " TS_NODE_PROJECT=test/tsconfig.json mocha --require ts-node/register \" test/integration/**/*Spec.ts\" " ,
15+ "test" : " mocha" ,
1816 "build" : " rm -rf dist/ && tsc && echo Done" ,
1917 "docs" : " ./node_modules/.bin/typedoc --mode file --name 'Payment Rails JavaScript SDK' --readme none --theme markdown --out docs --hideGenerator lib" ,
2018 "clean" : " rm -rf dist/"
You can’t perform that action at this time.
0 commit comments