mirror of
https://github.com/fluencelabs/examples
synced 2025-06-26 00:01:33 +00:00
echo greeter
This commit is contained in:
5
aqua-examples/echo-greeter/client-peer/jest.config.js
Normal file
5
aqua-examples/echo-greeter/client-peer/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