SYNC: sqlite - passed transaction test

This commit is contained in:
SPRINX0\prochazka
2025-02-25 15:10:57 +01:00
committed by Diflow
parent 7d26dd5348
commit fffd81267d
7 changed files with 97 additions and 24 deletions

View File

@@ -1,6 +1,5 @@
const { defineConfig } = require('cypress');
const killPort = require('kill-port');
const { clearTestingData } = require('./e2eTestTools');
const waitOn = require('wait-on');
const { exec } = require('child_process');
const fs = require('fs');
@@ -14,7 +13,6 @@ module.exports = defineConfig({
// implement node event listeners here
on('before:spec', async details => {
await clearTestingData();
// console.log('********************* DETAILS *********************', JSON.stringify(details));
if (config.isInteractive) {