mirror of
https://github.com/fluencelabs/examples
synced 2025-06-17 03:51:21 +00:00
Integration tests for all JS-related projects (#97)
This commit is contained in:
5
fluence-js-examples/node-example/jest.config.js
Normal file
5
fluence-js-examples/node-example/jest.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
testPathIgnorePatterns: ['dist'],
|
||||
};
|
Reference in New Issue
Block a user