зеркало из
1
0
Форкнуть 0
This commit is contained in:
Tsvetomir Tsonev 2017-11-29 10:09:28 +02:00
Родитель 8a70d654f6
Коммит b632faa08e
2 изменённых файлов: 8 добавлений и 7 удалений

Просмотреть файл

@ -7,7 +7,7 @@
}, },
"setupTestFrameworkScriptFile": "./test/_jest/setup.ts", "setupTestFrameworkScriptFile": "./test/_jest/setup.ts",
"transform": { "transform": {
"^.+\\.(ts|js|html)$": "<rootDir>/node_modules/kendo-angular-jest-preset/src/preprocessor.js" "^.+\\.(ts|js|html)$": "<rootDir>/node_modules/@progress/kendo-angular-jest-preset/src/preprocessor.js"
}, },
"testRegex": "/test/.*\\.test\\.ts$", "testRegex": "/test/.*\\.test\\.ts$",
"moduleFileExtensions": [ "moduleFileExtensions": [
@ -23,7 +23,7 @@
"^assets/(.*)": "<rootDir>/src/assets/$1", "^assets/(.*)": "<rootDir>/src/assets/$1",
"^environments/(.*)": "<rootDir>/src/environments/$1" "^environments/(.*)": "<rootDir>/src/environments/$1"
}, },
"testEnvironment": "kendo-angular-jest-preset/src/environment.js", "testEnvironment": "@progress/kendo-angular-jest-preset/src/environment.js",
"transformIgnorePatterns": [ "transformIgnorePatterns": [
"node_modules/(?!@ngrx)" "node_modules/(?!@ngrx)"
] ]

Просмотреть файл

@ -1,11 +1,16 @@
{ {
"name": "kendo-angular-jest-preset", "name": "@progress/kendo-angular-jest-preset",
"version": "1.0.0", "version": "1.0.0",
"description": "Jest preset configuration for Kendo UI for Angular, based on original work by Michał Pierzchała", "description": "Jest preset configuration for Kendo UI for Angular, based on original work by Michał Pierzchała",
"main": "index.js", "main": "index.js",
"repository": "git@github.com:telerik/kendo-angular-jest-preset.git", "repository": "git@github.com:telerik/kendo-angular-jest-preset.git",
"author": "Progress", "author": "Progress",
"license": "BSD-3", "license": "BSD-3",
"scripts": {
"test": "jest",
"test:ci": "jest -i",
"semantic-release": "semantic-release pre && semantic-prerelease publish --public && semantic-release post"
},
"dependencies": { "dependencies": {
"jest-zone-patch": "^0.0.7", "jest-zone-patch": "^0.0.7",
"jsdom": "^11.3.0", "jsdom": "^11.3.0",
@ -17,9 +22,5 @@
}, },
"peerDependencies": { "peerDependencies": {
"jest": "^21.0.1" "jest": "^21.0.1"
},
"scripts": {
"test": "jest",
"test:ci": "jest -i"
} }
} }