feat: added commitlint, semantic pr

This commit is contained in:
liyasthomas
2021-06-28 00:24:16 +05:30
parent 43b7e94974
commit a2354b5e9e
8 changed files with 1565 additions and 21 deletions

View File

@@ -2,11 +2,12 @@ module.exports = {
moduleFileExtensions: ["ts", "js", "json", "vue"],
watchman: false,
moduleNameMapper: {
".+\\.(svg)\\?inline$": "<rootDir>/__mocks__/svgMock.js",
"^@/(.*)$": "<rootDir>/$1",
"^~/(.*)$": "<rootDir>/$1",
"^~~/(.*)$": "<rootDir>/$1",
"^vue$": "vue/dist/vue.common.js",
},
transform: {
"^.+\\.ts$": "ts-jest",
"^.+\\.js$": "babel-jest",
".*\\.(vue)$": "vue-jest",
},