mirror of
https://github.com/fluencelabs/examples
synced 2025-06-12 17:41:21 +00:00
Integration tests for all JS-related projects (#97)
This commit is contained in:
8
fluence-js-examples/browser-example/jest.config.js
Normal file
8
fluence-js-examples/browser-example/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