P5-7496: orders tests (#3)
* P5-7495: added more db data and more designer tests * P5-7496: rebuild for sql export, added better test control values * changed order rows - edge from int to string * added tests for designer order rows * remove sql inserts * Some cleanup and moving files * package * removed comments * added base sql files to pass tests on github CI
This commit is contained in:
+4
-4
@@ -2,11 +2,11 @@
|
||||
"name": "graphql-server-pw",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "src/index.js",
|
||||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"start": "nodemon -w src --ext ts --exec ts-node src/index.ts",
|
||||
"test": "jest --detectOpenHandles",
|
||||
"test:dev": "jest --watch"
|
||||
"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"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user