Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
test: zone-microtask should pass common test in addition to mit speci…
Browse files Browse the repository at this point in the history
…fic ones
  • Loading branch information
vicb committed May 10, 2015
1 parent 9918957 commit 95c9dc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion karma-microtasks.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ module.exports = function (config) {
'test/setup-microtask.js',
'dist/*-zone.js',
'test/jasmine-patch.js',
'test/microtasks.spec.js',
'test/**/*.spec.js',
{pattern: 'test/assets/**/*.html', watched: true, served: true, included: false},
{pattern: 'lib/**/*.js', watched: true, served: false, included: false}
],

exclude: [
'test/commonjs.spec.js',
],

preprocessors: {
'test/setup-microtask.js': [ 'browserify' ]
},
Expand Down

0 comments on commit 95c9dc2

Please sign in to comment.