mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-26 05:01:38 +00:00
Add js version of runtime that supports interface types and runs in browser (#137)
This commit is contained in:
4
web-runtime/npm-package/jest.config.js
Normal file
4
web-runtime/npm-package/jest.config.js
Normal file
@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
testEnvironment: 'node',
|
||||
testPathIgnorePatterns: ['src'],
|
||||
};
|
Reference in New Issue
Block a user