Test differently

This commit is contained in:
Nathan Bierema 2021-06-19 13:16:52 -04:00
parent 90f3309fc3
commit ddcd6614a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
module.exports = { module.exports = {
projects: ['extension', '<rootDir>/packages/*'], projects: ['<rootDir>/extension', '<rootDir>/packages/*'],
}; };

View File

@ -60,7 +60,7 @@
"prettify": "prettier --write .", "prettify": "prettier --write .",
"prettier:check": "prettier --check .", "prettier:check": "prettier --check .",
"test": "jest --onlyChanged", "test": "jest --onlyChanged",
"test:all": "jest" "test:all": "lerna run test"
}, },
"workspaces": [ "workspaces": [
"extension", "extension",