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
hello-world
aqua
src
.gitignore
.prettierrc.js
jest.config.js
package-lock.json
package.json
tsconfig.json
node-example
marine-examples
quickstart
.gitignore
Readme.md
package-lock.json
examples/fluence-js-examples/hello-world/jest.config.js

6 lines
112 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['dist'],
};