Logo
Explore Help
Sign In
smartyellow/docx-js
2
0
Fork 0
You've already forked docx-js
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
3.1.0
docx-js/ts/test-tsconfig.json

19 lines
407 B
JSON
Raw Permalink Normal View History

got tests working for windows
2016-07-01 18:45:44 +01:00
{
"compilerOptions": {
"target": "es6",
fix a handful of strict null errors; make test config also be strict These errors only arose because I didn't run `npm build`, only `npm test`. Then, when I tried building the null checks failed. Keeping the two config fiels in sync will help prevent this issue in the future
2017-03-10 17:45:16 +01:00
"strictNullChecks": true,
"sourceMap": true,
"removeComments": true,
"preserveConstEnums": true,
make sure all tests are running
2017-03-07 13:34:01 +01:00
"outDir": "../build-tests",
fix a handful of strict null errors; make test config also be strict These errors only arose because I didn't run `npm build`, only `npm test`. Then, when I tried building the null checks failed. Keeping the two config fiels in sync will help prevent this issue in the future
2017-03-10 17:45:16 +01:00
"sourceRoot": "./",
make sure all tests are running
2017-03-07 13:34:01 +01:00
"rootDir": "./",
Refactor
2017-12-06 01:03:14 +00:00
"module": "commonjs",
"noUnusedLocals": true
Move tests to respective folders as .spec This is to keep to standards
2017-09-17 00:00:41 +01:00
},
"include": [
"**/*.spec.ts",
"**/*.d.ts"
]
make sure all tests are running
2017-03-07 13:34:01 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 22ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API