Skip to content

Commit

Permalink
fix: run npm audit fix (#1366)
Browse files Browse the repository at this point in the history
* chore(deps) Run npm audit fix

* use @wmhilton/jest-fixtures from npm instead of github because 🤷

* rerun npm audit fix

Co-authored-by: William Hilton <wmhilton@gmail.com>
  • Loading branch information
jcubic and billiegoose committed Jun 20, 2021
1 parent c32e717 commit 76e8652
Show file tree
Hide file tree
Showing 4 changed files with 2,067 additions and 4,238 deletions.
2 changes: 1 addition & 1 deletion __tests__/__helpers__/FixtureFS/makeNodeFixture.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function makeNodeFixture(fixture) {
getFixturePath,
createTempDir,
copyFixtureIntoTempDir,
} = require('jest-fixtures')
} = require('@wmhilton/jest-fixtures')

const testsDir = path.resolve(__dirname, '..')

Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module.exports = function(config) {
mode: 'development',
devtool: 'inline-source-map',
plugins: [
new webpack.IgnorePlugin(/^(fs|jest-fixtures)$/),
new webpack.IgnorePlugin(/^(fs|@wmhilton\/jest-fixtures)$/),
new webpack.DefinePlugin({
'process.env.TEST_PUSH_GITHUB_TOKEN': `'${process.env.TEST_PUSH_GITHUB_TOKEN}'`,
}),
Expand Down
Loading

0 comments on commit 76e8652

Please sign in to comment.