constCREATE_TABLE_TEST="CREATE TABLE IF NOT EXISTS test ("+"id INTEGER PRIMARY KEY AUTOINCREMENT, "+"name TEXT NOT NULL, "+"age INTEGER, "+"salary REAL, "+"blobType BLOB)";
...
...
@@ -23,7 +22,6 @@ const STORE_CONFIG = {
name:"Delete.db",
}
varrdbStore=undefined;
varcontext=undefined;
describe('rdbStoreDeleteTest',function(){
beforeAll(function(){
...
...
@@ -32,8 +30,7 @@ describe('rdbStoreDeleteTest', function () {
constCREATE_TABLE_TEST="CREATE TABLE IF NOT EXISTS test ("+"id INTEGER PRIMARY KEY AUTOINCREMENT, "+"name TEXT NOT NULL, "+"age INTEGER, "+"salary REAL, "+"blobType BLOB)";