Skip to content

Commit

Permalink
Remove smoke-test scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 29, 2020
1 parent 6dd5973 commit 762a571
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -22,15 +22,12 @@
"test": "tests"
},
"scripts": {
"all-test": "npm run-script node-test && npm run-script smoke-test",
"build": "ember build",
"lint": "eslint lib test",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"node-test": "mocha test/**/*.js",
"node-test-with-coverage": "nyc --reporter lcov npm run-script node-test && node_modules/.bin/codecov",
"smoke-test": "cd smoke-test-app && ./smoke-test.sh",
"smoke-test-yarn": "cd smoke-test-app && ./smoke-test-yarn.sh",
"start": "ember serve",
"test": "npm run-script lint && npm run-script node-test"
},
Expand Down
4 changes: 0 additions & 4 deletions smoke-test-app/smoke-test-yarn.sh

This file was deleted.

4 changes: 0 additions & 4 deletions smoke-test-app/smoke-test.sh

This file was deleted.

0 comments on commit 762a571

Please sign in to comment.