UNPKG

@sample-stack/counter-module-browser

Version:

Sample core for higher packages to depend on

9 lines (8 loc) 273 B
const base = require('../../../jest.config.base'); const packageJson = require('./package'); module.exports = { ...base, testEnvironment: 'jsdom', // This is overriden, from the base testEnvironment name: packageJson.name, displayName: packageJson.name, };