summaryrefslogtreecommitdiffstats
path: root/devtools/client/framework/test/node/jest.config.js
blob: 0d2124593dc6ca5d042076c6e844df7e6256cfab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

/* global __dirname */

const sharedJestConfig = require(`${__dirname}/../../../shared/test-helpers/shared-jest.config`);

module.exports = {
  ...sharedJestConfig,
  setupFiles: ["<rootDir>setup.js"],
};