WIP: mock selenium response

This commit is contained in:
2025-06-16 22:41:31 -07:00
parent 9f4ff16638
commit de1b9e2689
17 changed files with 467 additions and 186 deletions

View File

@@ -4,5 +4,5 @@ module.exports = {
globalSetup: './test/integration/setup.cjs',
globalTeardown: './test/integration/teardown.cjs',
testPathIgnorePatterns: ['/node_modules/', 'test/unit'],
testTimeout: 5000
testTimeout: 5000,
};