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 7
7
"node" : " >=0.12"
8
8
},
9
9
"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"
13
12
},
14
13
"repository" : {
15
14
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
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 "
3
3
}
You can’t perform that action at this time.
0 commit comments