Skip to content

Commit

Permalink
Upgrade testing suite to support DOM testing (#1322)
Browse files Browse the repository at this point in the history
* update: upgrade testing suite to support DOM testing

* fix: match up package json with develop

* fix: package json again
  • Loading branch information
arb000r authored Jan 24, 2022
1 parent 8fa8eff commit 9a9a8f8
Show file tree
Hide file tree
Showing 6 changed files with 37,203 additions and 30,141 deletions.
6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
module.exports = {
preset: 'ts-jest',
globals: {
'ts-jest': {
isolatedModules: true
}
},
projects: [
{
preset: '@vue/cli-plugin-unit-jest/presets/typescript-and-babel',
Expand Down
Loading

4 comments on commit 9a9a8f8

@vercel
Copy link

@vercel vercel bot commented on 9a9a8f8 Jan 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9a9a8f8 Jan 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9a9a8f8 Jan 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9a9a8f8 Jan 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.