1
0
mirror of https://github.com/fluencelabs/examples synced 2025-06-25 15:51:33 +00:00
Files
.github
aqua-examples
archived
community
fluence-js-examples
browser-example
aqua
public
src
.gitignore
.prettierrc.js
README.md
jest.config.js
package-lock.json
package.json
tsconfig.json
hello-world
node-example
marine-examples
quickstart
.gitignore
Readme.md
examples/fluence-js-examples/browser-example/jest.config.js

9 lines
211 B
JavaScript

module.exports = {
preset: 'jest-puppeteer',
testMatch: ['**/?(*.)+(spec|test).[t]s'],
testPathIgnorePatterns: ['/node_modules/', 'dist'],
transform: {
'^.+\\.ts?$': 'ts-jest',
},
};