Just ignore the test for the styleguide - passing

This commit is contained in:
Robert Schäfer 2018-12-11 00:31:42 +01:00
parent ccb16fe795
commit 5ed0954a4d

View File

@ -29,7 +29,8 @@
"^@/(.*)$": "<rootDir>/src/$1",
"^@@/(.*)$": "<rootDir>/styleguide/src/system/$1",
"^~/(.*)$": "<rootDir>/$1"
}
},
"modulePathIgnorePatterns": ["<rootDir>/styleguide"]
},
"dependencies": {
"@nuxtjs/apollo": "^4.0.0-rc3",