snowplow/snowplow-javascript-tracker

View on GitHub
libraries/browser-tracker-core/jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  preset: 'ts-jest',
  reporters: ['jest-standard-reporter'],
  testEnvironment: 'jest-environment-jsdom-global',
  testEnvironmentOptions: {
    url: 'https://snowplow-js-tracker.local/test/page.html',
    referrer: 'https://example.com/',
  },
};