mirror of
https://github.com/fluencelabs/examples
synced 2025-06-13 01:51:20 +00:00
Integration tests for all JS-related projects (#97)
This commit is contained in:
8
quickstart/1-browser-to-browser/jest.config.js
Normal file
8
quickstart/1-browser-to-browser/jest.config.js
Normal file
@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
preset: 'jest-puppeteer',
|
||||
testMatch: ['**/?(*.)+(spec|test).[t]s'],
|
||||
testPathIgnorePatterns: ['/node_modules/', 'dist'],
|
||||
transform: {
|
||||
'^.+\\.ts?$': 'ts-jest',
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user