UNPKG

@eid-easy/eideasy-browser-js

Version:

Official eID Easy javascript helper library for web browsers

17 lines (15 loc) 371 B
/* eslint-disable max-len */ /* * For a detailed explanation regarding each configuration property, visit: * https://jestjs.io/docs/configuration */ module.exports = { testEnvironment: 'jsdom', // A map from regular expressions to paths to transformers transform: { '^.+\\.js$': 'babel-jest', }, globals: { NODE_ENV: 'test', }, };