snowplow/snowplow-javascript-tracker

View on GitHub
plugins/browser-plugin-browser-features/jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  preset: 'ts-jest',
  reporters: ['jest-standard-reporter'],
  testEnvironment: 'jest-environment-jsdom-global',
};