Skip to content

Commit

Permalink
fix(D3 plugin): When updating data to empty, an unhandled error is th…
Browse files Browse the repository at this point in the history
…rown (#396)

* fix(D3 plugin): When updating data to empty, an unhandled error is thrown

* fix test name
  • Loading branch information
kuzmadom authored Jan 26, 2024
1 parent af2ac7c commit 290d2cd
Show file tree
Hide file tree
Showing 10 changed files with 1,431 additions and 270 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ build
compiled
.awcache
.rpt2_cache
/test-results/
/playwright-report/
/blob-report/
/tests/playwright/.cache/
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const cfg: Config.InitialOptions = {
'^.+\\.(css|scss)$': '<rootDir>/test-utils/style.mock.ts',
},
setupFiles: ['<rootDir>/test-utils/globals.mock.ts'],
testPathIgnorePatterns: ['.visual.'],
};

export default cfg;
Loading

0 comments on commit 290d2cd

Please sign in to comment.