Fixed Test Command

This commit is contained in:
Christopher Allford 2023-11-03 09:36:01 -07:00
parent 95c33afa8a
commit e1fb89ba7f
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
]
},
"test:js": {
"command": "jest --config ./jest.config.json --passWithNoTests",
"command": "jest --config ./jest.config.js --passWithNoTests",
"dependencies": [
"build:project"
]