Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Dec 10, 2019
1 parent 1c0ac28 commit 835dd13
Show file tree
Hide file tree
Showing 11 changed files with 428 additions and 496 deletions.
900 changes: 416 additions & 484 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@testing-library/dom": "^6.10.1",
"@testing-library/jest-dom": "^4.2.4",
"babel-jest": "^24.8.0",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"dom-testing-library": "^3.19.4",
"false": "^0.0.4",
"get-value": "^3.0.1",
"jest": "^24.8.0",
"jest-dom": "^3.5.0",
"jsdom-simulant": "^1.1.2",
"laravel-mix": "^4.1.2",
"laravel-mix": "^5.0.0",
"laravel-mix-merge-manifest": "^0.1.2",
"mock-echo": "^1.1.0",
"promise-polyfill": "^8.1.3",
Expand Down
2 changes: 1 addition & 1 deletion test/cloak.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import projectX from 'project-x'
import { wait } from 'dom-testing-library'
import { wait } from '@testing-library/dom'

global.MutationObserver = class {
observe() {}
Expand Down
2 changes: 1 addition & 1 deletion test/constructor.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import projectX from 'project-x'
import { fireEvent, wait } from 'dom-testing-library'
import { fireEvent, wait } from '@testing-library/dom'

global.MutationObserver = class {
observe() {}
Expand Down
2 changes: 1 addition & 1 deletion test/data.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import projectX from 'project-x'
import { fireEvent, wait } from 'dom-testing-library'
import { fireEvent, wait } from '@testing-library/dom'

global.MutationObserver = class {
observe() {}
Expand Down
2 changes: 1 addition & 1 deletion test/model.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import projectX from 'project-x'
import { wait, fireEvent } from 'dom-testing-library'
import { wait, fireEvent } from '@testing-library/dom'

global.MutationObserver = class {
observe() {}
Expand Down
2 changes: 1 addition & 1 deletion test/nesting.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import projectX from 'project-x'
import { wait } from 'dom-testing-library'
import { wait } from '@testing-library/dom'
const timeout = ms => new Promise(resolve => setTimeout(resolve, ms))

global.MutationObserver = class {
Expand Down
2 changes: 1 addition & 1 deletion test/on.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import projectX from 'project-x'
import { wait } from 'dom-testing-library'
import { wait } from '@testing-library/dom'

global.MutationObserver = class {
observe() {}
Expand Down
2 changes: 1 addition & 1 deletion test/ref.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import projectX from 'project-x'
import { wait } from 'dom-testing-library'
import { wait } from '@testing-library/dom'

global.MutationObserver = class {
observe() {}
Expand Down
2 changes: 1 addition & 1 deletion test/show.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import projectX from 'project-x'
import { wait } from 'dom-testing-library'
import { wait } from '@testing-library/dom'

global.MutationObserver = class {
observe() {}
Expand Down
2 changes: 1 addition & 1 deletion test/text.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import projectX from 'project-x'
import { wait } from 'dom-testing-library'
import { wait } from '@testing-library/dom'

global.MutationObserver = class {
observe() {}
Expand Down

0 comments on commit 835dd13

Please sign in to comment.