Skip to content

Commit

Permalink
feat: replace vis-timeline with forked version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeia committed Jan 27, 2023
1 parent 0743613 commit 03e1791
Show file tree
Hide file tree
Showing 6 changed files with 7,598 additions and 9,206 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: '@vue/cli-plugin-unit-jest',
transformIgnorePatterns: ['/node_modules/(?!vis-data|vis-util|vis-timeline|vis-network)'],
transformIgnorePatterns: ['/node_modules/(?!vis-data|vis-util|@deia/vis-timeline|vis-network)'],
setupFiles: ['./tests/globalCrypto.js']
}
Loading

0 comments on commit 03e1791

Please sign in to comment.