Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 959780f

Browse files
committed
fix test regression due to PR #1015
Fixes #1016
1 parent e4f302d commit 959780f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"_instrument": "mv ../app/demos .. && nyc instrument ../app ../app && mv ../demos ../app/demos",
7+
"_instrument": "mv ../app/plugins/modules/composer/\\@demos .. && nyc instrument ../app ../app && mv ../\\@demos ../app/plugins/modules/composer/\\@demos",
88
"instrument": "git diff-index HEAD | grep 'app/' && echo 'uncommitted changes, aborting' || npm run _instrument",
99
"deinstrument": "git checkout ../app && (cd ../app/plugins/modules/composer && rm -rf node_modules && npm install)",
1010
"test": "cd test && ./bin/runLocal.sh"

0 commit comments

Comments
 (0)