File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
test/tokens/cases/compose-node-module Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 77 "node" : " >=0.12"
88 },
99 "scripts" : {
10- "prepublish" : " in-publish && npm run -s build || in-install" ,
11- "test" : " mocha --require test/setup.js --ui tdd test/*/*.js --harmony_destructuring --harmony_spread_arrays --use_strict" ,
12- "test:w" : " mocha --require test/setup.js --ui tdd --watch test/*/*.js --harmony_destructuring --harmony_spread_arrays --use_strict"
10+ "test" : " NODE_PATH=$(pwd)/test/tokens/node_modules mocha --require test/setup.js --ui tdd test/*/*.js --harmony_destructuring --harmony_spread_arrays --use_strict" ,
11+ "test:w" : " NODE_PATH=$(pwd)/test/tokens/node_modules mocha --require test/setup.js --ui tdd --watch test/*/*.js --harmony_destructuring --harmony_spread_arrays --use_strict"
1312 },
1413 "repository" : {
1514 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
2- "foo" : " _test_tokens_cases_compose_node_module_source__foo _node_modules_awesome_theme_common__paragraph _node_modules_awesome_theme_oceanic__color "
2+ "foo" : " _test_tokens_cases_compose_node_module_source__foo _test_tokens_node_modules_awesome_theme_common__paragraph _test_tokens_node_modules_awesome_theme_oceanic__color "
33}
You can’t perform that action at this time.
0 commit comments