Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
deebloodd committed Jun 3, 2015
1 parent efe8aaa commit 4941c42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/web-worker-extend.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ describe('web-worker-extend', function() {
var myWorker, myWorker2, myWorker3, batch;

beforeEach(function() {
batch = $worker();
batch = $worker().extend({
hello: 'world'
});

myWorker = batch.create(function() {
self.postMessage('Hello World');
Expand Down

0 comments on commit 4941c42

Please sign in to comment.