Skip to content

Commit 7e1a1fe

Browse files
committed
Removing Karma task.
1 parent 6e7a07b commit 7e1a1fe

File tree

21 files changed

+102
-4811
lines changed

21 files changed

+102
-4811
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ Defines the build task model, config file parser, and rig framework for the **Gu
7474
[![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build)
7575
[![Dependencies](https://david-dm.org/Microsoft/gulp-core-build.svg)](https://david-dm.org/Microsoft/gulp-core-build)
7676

77-
### [@microsoft/gulp-core-build-karma](./core-build/gulp-core-build-karma/README.md)
78-
79-
A build task for running unit tests using `karma` + `phantomjs` + `mocha` + `chai`. This setup allows you to run browser-based testing.
80-
81-
[![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-karma.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-karma)
82-
[![Dependencies](https://david-dm.org/Microsoft/gulp-core-build-karma.svg)](https://david-dm.org/Microsoft/gulp-core-build-karma)
83-
8477
### [@microsoft/gulp-core-build-mocha](./core-build/gulp-core-build-mocha/README.md)
8578

8679
A build task for running unit tests using `mocha` + `chai`. This setup is useful for unit testing build tools, as it runs in the NodeJS process rather than in a browser.
@@ -127,7 +120,7 @@ A **Gulp Core Build** rig which provides basic functionality for building and un
127120

128121
### [@microsoft/web-library-build](./core-build/web-library-build/README.md)
129122

130-
A **Gulp Core Build** rig for building web libraries. It includes build tasks for processing css, typescript, serving, and running browser tests using karma.
123+
A **Gulp Core Build** rig for building web libraries. It includes build tasks for processing css, typescript, serving, and running browser tests using jest.
131124

132125
[![npm version](https://badge.fury.io/js/%40microsoft%2Fweb-library-build.svg)](https://badge.fury.io/js/%40microsoft%2Fweb-library-build)
133126
[![Dependencies](https://david-dm.org/Microsoft/web-library-build.svg)](https://david-dm.org/Microsoft/web-library-build)

common/config/rush/nonbrowser-approved-packages.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
"name": "@microsoft/gulp-core-build",
1919
"allowedCategories": [ "libraries" ]
2020
},
21-
{
22-
"name": "@microsoft/gulp-core-build-karma",
23-
"allowedCategories": [ "libraries" ]
24-
},
2521
{
2622
"name": "@microsoft/gulp-core-build-mocha",
2723
"allowedCategories": [ "libraries" ]
@@ -262,10 +258,6 @@
262258
"name": "gulp-istanbul",
263259
"allowedCategories": [ "libraries" ]
264260
},
265-
{
266-
"name": "gulp-karma",
267-
"allowedCategories": [ "libraries" ]
268-
},
269261
{
270262
"name": "gulp-mocha",
271263
"allowedCategories": [ "libraries" ]
@@ -342,34 +334,6 @@
342334
"name": "jsdom",
343335
"allowedCategories": [ "libraries" ]
344336
},
345-
{
346-
"name": "karma",
347-
"allowedCategories": [ "libraries" ]
348-
},
349-
{
350-
"name": "karma-coverage",
351-
"allowedCategories": [ "libraries" ]
352-
},
353-
{
354-
"name": "karma-mocha",
355-
"allowedCategories": [ "libraries" ]
356-
},
357-
{
358-
"name": "karma-mocha-clean-reporter",
359-
"allowedCategories": [ "libraries" ]
360-
},
361-
{
362-
"name": "karma-phantomjs-launcher",
363-
"allowedCategories": [ "libraries" ]
364-
},
365-
{
366-
"name": "karma-sinon-chai",
367-
"allowedCategories": [ "libraries" ]
368-
},
369-
{
370-
"name": "karma-webpack",
371-
"allowedCategories": [ "libraries" ]
372-
},
373337
{
374338
"name": "loader-utils",
375339
"allowedCategories": [ "libraries" ]
@@ -430,14 +394,6 @@
430394
"name": "orchestrator",
431395
"allowedCategories": [ "libraries" ]
432396
},
433-
{
434-
"name": "phantomjs-polyfill",
435-
"allowedCategories": [ "libraries" ]
436-
},
437-
{
438-
"name": "phantomjs-prebuilt",
439-
"allowedCategories": [ "libraries" ]
440-
},
441397
{
442398
"name": "postcss",
443399
"allowedCategories": [ "libraries" ]

0 commit comments

Comments
 (0)