Skip to content

Commit

Permalink
Remove jest-environment-jsdom-fifteen
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jul 8, 2021
1 parent e54bc5a commit 1335935
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 886 deletions.
3 changes: 0 additions & 3 deletions jsdom.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"eslint-plugin-jest": "^24.3.6",
"github-markdown-css": "^4.0.0",
"jest": "^27.0.6",
"jest-environment-jsdom-fifteen": "^1.0.2",
"jest-junit": "^12.2.0",
"jest-plugin-context": "^2.9.0",
"markdown-it": "^12.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test/browser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @jest-environment ./jsdom */
/** @jest-environment jsdom */
import { browser, observer } from '../src/browser'
import fittingObserver from '../src/fitting/observer'

Expand Down
2 changes: 1 addition & 1 deletion test/fitting/observer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @jest-environment ./jsdom */
/** @jest-environment jsdom */
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import fittingObserver from '../../src/fitting/observer'
import { Marp } from '../../src/marp'
Expand Down
Loading

0 comments on commit 1335935

Please sign in to comment.