test(cypress): sqlite sakila.db file update & regenaration files

Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
Raju Udava
2021-12-30 10:41:35 +05:30
parent 6c18e53461
commit c86c6db8cd
9 changed files with 234487 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "nc-xcdb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"sqlite3": "^5.0.2"
}
}