Add access control (#65)

This commit is contained in:
Niklas Fondberg
2021-10-11 16:53:18 +02:00
committed by GitHub
parent 1d5d75d354
commit 640849de45
12 changed files with 382 additions and 35 deletions
+3 -1
View File
@@ -6,7 +6,9 @@
"scripts": {
"exportSQL": "cd src/__test__/db_generator/ && npm install && node index.js && cd ../../../",
"test": "npm run exportSQL && jest --detectOpenHandles",
"test:dev": "npm run exportSQL && jest --watch"
"test:dev": "npm run exportSQL && jest --watch",
"unit:dev": "jest --watch src/__test__/unit.test.ts",
"test:manual": "cd manual-tests && ts-node test-scopes.ts"
},
"author": "",
"license": "ISC",