Skip to content

Instantly share code, notes, and snippets.

@MiKolka7
Created November 8, 2018 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MiKolka7/4772195144915041c1c2bf825e5d69bf to your computer and use it in GitHub Desktop.
Save MiKolka7/4772195144915041c1c2bf825e5d69bf to your computer and use it in GitHub Desktop.
{
"configs": [
{
"automock": false,
"browser": false,
"cache": true,
"cacheDirectory": "/var/folders/kc/7f2pkf310bq3dz32tfrkz2_m0000gp/T/jest_dy",
"clearMocks": false,
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"detectLeaks": false,
"detectOpenHandles": false,
"errorOnDeprecated": false,
"filter": null,
"forceCoverageMatch": [],
"globals": {},
"haste": {
"providesModuleNodeModules": []
},
"moduleDirectories": [
"node_modules"
],
"moduleFileExtensions": [
"js",
"jsx",
"json",
"vue"
],
"moduleNameMapper": [
[
"^@/(.*)$",
"/Users/nikolaikoval/Projects/mobile/src/$1"
]
],
"modulePathIgnorePatterns": [],
"name": "9bb69a8b133b285f2d2edfedb1e519cf",
"prettierPath": "/Users/nikolaikoval/Projects/mobile/node_modules/prettier/index.js",
"resetMocks": false,
"resetModules": false,
"resolver": null,
"restoreMocks": false,
"rootDir": "/Users/nikolaikoval/Projects/mobile",
"roots": [
"/Users/nikolaikoval/Projects/mobile"
],
"runner": "jest-runner",
"setupFiles": [
"/Users/nikolaikoval/Projects/mobile/node_modules/regenerator-runtime/runtime.js"
],
"setupTestFrameworkScriptFile": null,
"skipFilter": false,
"snapshotSerializers": [
"/Users/nikolaikoval/Projects/mobile/node_modules/jest-serializer-vue/index.js"
],
"testEnvironment": "jest-environment-jsdom",
"testEnvironmentOptions": {},
"testLocationInResults": false,
"testMatch": [
"/Users/nikolaikoval/Projects/mobile/(tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx))"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"testRegex": "",
"testRunner": "/Users/nikolaikoval/Projects/mobile/node_modules/jest-jasmine2/build/index.js",
"testURL": "http://localhost/",
"timers": "real",
"transform": [
[
"^.+\\.vue$",
"/Users/nikolaikoval/Projects/mobile/node_modules/vue-jest/vue-jest.js"
],
[
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$",
"/Users/nikolaikoval/Projects/mobile/node_modules/jest-transform-stub/index.js"
],
[
"^.+\\.jsx?$",
"/Users/nikolaikoval/Projects/mobile/node_modules/babel-jest/build/index.js"
]
],
"transformIgnorePatterns": [
"/node_modules/"
],
"watchPathIgnorePatterns": []
}
],
"globalConfig": {
"bail": false,
"changedFilesWithAncestor": false,
"collectCoverage": false,
"collectCoverageFrom": null,
"coverageDirectory": "/Users/nikolaikoval/Projects/mobile/coverage",
"coverageReporters": [
"json",
"text",
"lcov",
"clover"
],
"coverageThreshold": null,
"detectLeaks": false,
"detectOpenHandles": false,
"errorOnDeprecated": false,
"expand": false,
"filter": null,
"globalSetup": null,
"globalTeardown": null,
"listTests": false,
"maxWorkers": 7,
"noStackTrace": false,
"nonFlagArgs": [],
"notify": false,
"notifyMode": "always",
"passWithNoTests": false,
"projects": null,
"rootDir": "/Users/nikolaikoval/Projects/mobile",
"runTestsByPath": false,
"skipFilter": false,
"testFailureExitCode": 1,
"testPathPattern": "",
"testResultsProcessor": null,
"updateSnapshot": "new",
"useStderr": false,
"verbose": null,
"watch": false,
"watchman": true
},
"version": "23.6.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment