How to use @times-components/jest-configurator - 10 common examples

To help you get started, we’ve selected a few @times-components/jest-configurator examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github newsuk / times-components / packages / article / __tests__ / ios / jest.config.js View on Github external
const jestConfigurator = require("@times-components/jest-configurator").default;

module.exports = jestConfigurator("ios", __dirname, {
  coverageIgnoreGlobs: ["media-aspect-ratio.js"]
});
github newsuk / times-components / packages / card / __tests__ / web / jest.config.js View on Github external
const jestConfigurator = require("@times-components/jest-configurator").default;

module.exports = jestConfigurator("web", __dirname);
github newsuk / times-components / packages / pagination / __tests__ / android / jest.config.js View on Github external
const jestConfigurator = require("@times-components/jest-configurator").default;

module.exports = jestConfigurator("android", __dirname);
github newsuk / times-components / packages / tealium / __tests__ / web / jest.config.js View on Github external
const jestConfigurator = require("@times-components/jest-configurator").default;

module.exports = jestConfigurator("web", __dirname);
github newsuk / times-components / packages / markup / __tests__ / web / jest.config.js View on Github external
const jestConfigurator = require("@times-components/jest-configurator").default;

module.exports = jestConfigurator("web", __dirname);
github newsuk / times-components / packages / link / __tests__ / android / jest.config.js View on Github external
const jestConfigurator = require("@times-components/jest-configurator").default;

module.exports = jestConfigurator("link", "android");
github newsuk / times-components / packages / related-articles / __tests__ / ios / jest.config.js View on Github external
const jestConfigurator = require("@times-components/jest-configurator").default;

module.exports = jestConfigurator("ios", __dirname);
github newsuk / times-components / packages / link / __tests__ / web / jest.config.js View on Github external
const jestConfigurator = require("@times-components/jest-configurator").default;

module.exports = jestConfigurator("link", "web");
github newsuk / times-components / packages / pagination / __tests__ / web / jest.config.js View on Github external
const jestConfigurator = require("@times-components/jest-configurator").default;

module.exports = jestConfigurator("web", __dirname);
github newsuk / times-components / packages / article-flag / __tests__ / web / jest.config.js View on Github external
const jestConfigurator = require("@times-components/jest-configurator").default;

module.exports = jestConfigurator("web", __dirname);

@times-components/jest-configurator

Cross platform Jest Config

BSD-3-Clause
Latest version published 2 years ago

Package Health Score

61 / 100
Full package analysis

Popular @times-components/jest-configurator functions