Skip to content

Commit

Permalink
Revert "updated jest config"
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyo committed Feb 13, 2023
1 parent e6a15f5 commit f7fff13
Show file tree
Hide file tree
Showing 4 changed files with 43,057 additions and 27,896 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node-ci.yml
Expand Up @@ -35,6 +35,9 @@ jobs:
uses: actions/setup-node@v3

- name: Installing NPM dependencies
run: npm install

- name: Installing wp-env
run: npm -g i @wordpress/env

- name: Starting the WordPress Environment
Expand Down
1 change: 0 additions & 1 deletion jest.config.js
@@ -1,7 +1,6 @@
const jestConfig = {
verbose: true,
preset: '@wordpress/jest-preset-default',
modulePaths: ['<rootDir>'],
setupFilesAfterEnv: ['expect-puppeteer'],
projects: [
{
Expand Down

0 comments on commit f7fff13

Please sign in to comment.