Skip to content

Commit

Permalink
fix: offline support tests break randomly as they run parallel by def…
Browse files Browse the repository at this point in the history
…ault (#2046)

* chore: replace dropping tables from better sqlite to using quick sqlite client directly

* chore: wip

* Revert "chore: temporarily disable offline support tests"

This reverts commit 655be78.

* fix: run offline support tests sequentilly

* fix: do not do tsc on the offline support files
  • Loading branch information
santhoshvai committed Apr 6, 2023
1 parent 378620d commit ab2a335
Show file tree
Hide file tree
Showing 8 changed files with 1,075 additions and 1,052 deletions.
8 changes: 1 addition & 7 deletions package/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ module.exports = {
require.resolve('./jest-setup.js'),
],
testEnvironment: 'jsdom',
testPathIgnorePatterns: [
'/node_modules/',
'/examples/',
'__snapshots__',
'/lib/',
'<rootDir>/src/__tests__/',
],
testPathIgnorePatterns: ['/node_modules/', '/examples/', '__snapshots__', '/lib/'],
testRegex: [
/**
* If you want to test single file, mention it here
Expand Down
Loading

0 comments on commit ab2a335

Please sign in to comment.