Skip to content

Commit

Permalink
renaming test to test:local
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcottner committed May 21, 2024
1 parent 153308d commit ce979f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN npm ci

ENV NIGHTLY_PATH="/opt/firefox/firefox"

CMD npm run test
CMD npm run test:local
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:fix": "npm run lint:eslint -- --fix",
"start:linux": "web-ext run --verbose --source-dir ./extension/ --firefox-binary /usr/bin/firefox-nightly --pref 'extensions.experiments.enabled=true'",
"start:macos": "web-ext run --verbose --source-dir ./extension/ --firefox-binary '/Applications/Firefox Nightly.app/Contents/MacOS/firefox' --pref 'extensions.experiments.enabled=true'",
"test": "npm-run-all clean build:* && jest --testTimeout=30000",
"test:local": "npm-run-all clean build:* && jest --testTimeout=30000",
"test:docker": "docker build . -t addon-test:latest && docker run --rm -it addon-test:latest"
},
"devDependencies": {
Expand Down

0 comments on commit ce979f8

Please sign in to comment.