89-poster-defaults (#96)
* print defaults in printproducts * Add default to printproduct mutation * added insertDefaults when changing productgroup * fixed bug for square in square * cleanup, and tests for calculations * small fixes, added return values for update
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@
|
||||
"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",
|
||||
"unit:dev": "jest --watch src/__test__/unit.test.ts",
|
||||
"unit": "jest --testPathIgnorePatterns=\"src/__test__/all.test.ts\"",
|
||||
"unit:dev": "jest --testPathIgnorePatterns=\"src/__test__/all.test.ts\" --watch src/**/*",
|
||||
"test:manual": "cd manual-tests && ts-node test-scopes.ts"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user