File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 "type" : " module" ,
88 "scripts" : {
99 "start" : " node ." ,
10- "test" : " node test/test-basic.js && node test/test-read.js && node test/test-create.js && node test/test-update.js && node test/test-delete.js && node test/test-advanced-create.js" ,
10+ "test" : " node test/test-basic.js && node test/test-read.js && node test/test-create.js && node test/test-update.js && node test/test-delete.js && node test/test-advanced-create.js && node test/test-config-options.js " ,
1111 "test:basic" : " node test/test-basic.js" ,
1212 "test:read" : " node test/test-read.js" ,
1313 "test:create" : " node test/test-create.js" ,
1414 "test:update" : " node test/test-update.js" ,
1515 "test:delete" : " node test/test-delete.js" ,
16- "test:advanced-create " : " node test/test-advanced-create .js" ,
16+ "test:config-options " : " node test/test-config-options .js" ,
1717 "examples" : " node examples/basic-usage.js && node examples/advanced-usage.js && node examples/user-management.js" ,
1818 "examples:basic" : " node examples/basic-usage.js" ,
1919 "examples:advanced" : " node examples/advanced-usage.js" ,
You can’t perform that action at this time.
0 commit comments