store set\get nested key. wip
Showing
| ... | @@ -10,7 +10,8 @@ | ... | @@ -10,7 +10,8 @@ |
| "yargs": "^15.1.0" | "yargs": "^15.1.0" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "start": "node index.js" | "start": "node index.js", | ||
| "test": "mocha" | |||
| }, | }, | ||
| "bin": { | "bin": { | ||
| "kus-quizard": "./bin/index.js" | "kus-quizard": "./bin/index.js" | ||
| ... | @@ -19,6 +20,8 @@ | ... | @@ -19,6 +20,8 @@ |
| "@babel/core": "^7.8.3", | "@babel/core": "^7.8.3", | ||
| "@babel/plugin-transform-react-jsx": "^7.8.3", | "@babel/plugin-transform-react-jsx": "^7.8.3", | ||
| "@babel/template": "^7.8.3", | "@babel/template": "^7.8.3", | ||
| "babel-plugin-module-resolver": "^4.0.0" | "babel-plugin-module-resolver": "^4.0.0", | ||
| "chai": "^4.2.0", | |||
| "mocha": "^7.0.1" | |||
| } | } | ||
| } | } |
test/store.js
0 → 100644
Please
register
or
sign in
to comment