what is going on
This commit is contained in:
7
jest.config.js
Normal file
7
jest.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const config = {
|
||||
verbose: true,
|
||||
preset: 'jest-puppeteer',
|
||||
setupFilesAfterEnv: ["expect-puppeteer"]
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user