Merge remote-tracking branch 'origin/master' into dev
Showing
.github/CODE_OF_CONDUCT.md
0 → 100644
CONTRIBUTING.md
0 → 100644
client/scss/layout/_rtl.scss
0 → 100644
... | @@ -9,7 +9,8 @@ | ... | @@ -9,7 +9,8 @@ |
"restart": "node wiki restart", | "restart": "node wiki restart", | ||
"build": "node tools/fuse", | "build": "node tools/fuse", | ||
"dev": "node tools/fuse -d", | "dev": "node tools/fuse -d", | ||
"test": "jest" | "test": "jest", | ||
"postinstall": "opencollective postinstall" | |||
}, | }, | ||
"bin": { | "bin": { | ||
"wiki": "wiki.js" | "wiki": "wiki.js" | ||
... | @@ -175,11 +176,23 @@ | ... | @@ -175,11 +176,23 @@ |
"vuex-persistedstate": "2.0.0" | "vuex-persistedstate": "2.0.0" | ||
}, | }, | ||
"jest": { | "jest": { | ||
"testResultsProcessor": "./node_modules/jest-junit", | |||
"collectCoverage": false, | "collectCoverage": false, | ||
"testMatch": [ | "testMatch": [ | ||
"**/test/**/*.js?(x)", | "**/test/**/*.js?(x)", | ||
"**/?(*.)(spec|test).js?(x)" | "**/?(*.)(spec|test).js?(x)" | ||
], | ], | ||
"verbose": true | "verbose": true | ||
}, | |||
"jest-junit": { | |||
"suiteName": "jest test", | |||
"output": "./test-results/junit.xml", | |||
"classNameTemplate": "{classname}-{title}", | |||
"titleTemplate": "{classname}-{title}" | |||
}, | |||
"collective": { | |||
"type": "opencollective", | |||
"url": "https://opencollective.com/wikijs", | |||
"logo": "https://opencollective.com/opencollective/logo.txt" | |||
} | } | ||
} | } |
server/locales/fa/git.json
0 → 100644
server/locales/ja/admin.json
0 → 100644
server/locales/ja/auth.json
0 → 100644
server/locales/ja/git.json
0 → 100644
server/locales/tr/admin.json
0 → 100644
server/locales/tr/auth.json
0 → 100644
server/locales/tr/git.json
0 → 100644
tools/build/Dockerfile
0 → 100644
tools/build/supervisord.conf
0 → 100644
tools/semver_next.sh
deleted
100644 → 0
This diff was suppressed by a .gitattributes entry.
Please
register
or
sign in
to comment