Skip to content

Commit

Permalink
fix: remove puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed May 1, 2020
1 parent 7ed2045 commit 13bf4e8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 758 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
/coverage
/docs
/__tests__/fixtures/dist
/pnpm-lock.yaml
/pnpm-lock.yaml
/CHANGELOG.md
1 change: 0 additions & 1 deletion __tests__/setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "expect-puppeteer";
import fs from "fs-extra";
import { fixture } from "./helpers";

Expand Down
1 change: 0 additions & 1 deletion jest-puppeteer.config.js

This file was deleted.

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: "jest-puppeteer",
testEnvironment: "node",
transform: { "^.+\\.jsx?$": "babel-jest", "^.+\\.tsx?$": "ts-jest" },
globals: { "ts-jest": { packageJson: "package.json" } },
testMatch: ["<rootDir>/__tests__/**/*.(spec|test).[jt]s?(x)"],
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,12 @@
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/cssnano": "^4.0.0",
"@types/expect-puppeteer": "^4.4.1",
"@types/fs-extra": "^8.1.0",
"@types/icss-utils": "^4.1.0",
"@types/jest": "^25.2.1",
"@types/jest-environment-puppeteer": "^4.3.1",
"@types/mime-types": "^2.1.0",
"@types/node": "*",
"@types/postcss-load-config": "^2.0.1",
"@types/puppeteer": "^2.0.1",
"@types/resolve": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
Expand All @@ -96,20 +93,17 @@
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^19.0.1",
"expect-puppeteer": "^4.4.0",
"fibers": "^5.0.0",
"fs-extra": "^9.0.0",
"gh-pages": "^2.2.0",
"husky": "^4.2.5",
"jest": "^25.5.3",
"jest-puppeteer": "^4.4.0",
"less": "^3.11.1",
"lint-staged": "^10.2.2",
"mime-types": "^2.1.27",
"node-sass": "^4.14.0",
"postcss-custom-properties": "^9.1.1",
"prettier": "^2.0.5",
"puppeteer": "^3.0.2",
"rollup": "^2.7.6",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^1.4.0",
Expand Down

0 comments on commit 13bf4e8

Please sign in to comment.