mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
template testing
This commit is contained in:
+5
-1
@@ -16,6 +16,10 @@
|
||||
"socket.io": "^4.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node src/app.js"
|
||||
"start": "node src/app.js",
|
||||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^27.0.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user