mirror of
https://github.com/fluencelabs/examples
synced 2025-06-25 15:51:33 +00:00
.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
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
testPathIgnorePatterns: ['dist'],
|
|
};
|