Ian VanSchooten dfb9384de6 Create separate jest projects in /lib
This allows us to run some projects with node, and others with browser environment
2022-11-10 13:46:42 -05:00

7 lines
133 B
JavaScript

const baseConfig = require('../../jest.config.browser');
module.exports = {
...baseConfig,
displayName: 'channel-websocket',
};