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