Skip to content

Commit 1a0213e

Browse files
author
Sylvestre Gug
committed
added testing commands
1 parent fb496e6 commit 1a0213e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@
4040
},
4141
"scripts": {
4242
"dev": "NODE_ENV=development nodemon bin/observable-database-proxy",
43-
"test:local": "mocha"
43+
"test": "mocha",
44+
"test:local": "docker-compose -f docker-compose.yml -f docker-compose.local.yml up --build",
45+
"test:ci": "docker-compose -f docker-compose.yml up --build --exit-code-from test",
46+
"test:db": "docker-compose -f docker-compose.yml -f docker-compose.local.yml up mssql"
4447
},
4548
"author": "Observable",
4649
"license": "ISC",

0 commit comments

Comments
 (0)