Skip to content
Snippets Groups Projects
Commit e3e3752d authored by Mikkel Aas's avatar Mikkel Aas
Browse files

updated the test script file path

parent c8bde436
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "Bachelor project with NTNU and Symfoni, spring 2022.", "description": "Bachelor project with NTNU and Symfoni, spring 2022.",
"main": "node_modules/expo/AppEntry.js", "main": "node_modules/expo/AppEntry.js",
"scripts": { "scripts": {
"test": "mocha --require ts-node/register -t 15000 'test/**/*.ts'", "test": "mocha --require ts-node/register -t 15000 '__tests__/**/*.ts'",
"lint": "npx eslint src/**", "lint": "npx eslint src/**",
"prepare": "husky install", "prepare": "husky install",
"dev": "nodemon src/api/server.ts", "dev": "nodemon src/api/server.ts",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment