Skip to content

Commit

Permalink
updated packages.json with fibers to compile with node v10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sirphoenix committed Dec 27, 2018
1 parent 65225e2 commit 2874dae
Show file tree
Hide file tree
Showing 3 changed files with 5,703 additions and 2 deletions.
1 change: 1 addition & 0 deletions __tests__/index-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ describe('fiber-utils', function () {
var fiberUtils = require('../index');
var _ = require('underscore');
jest.autoMockOn()
jest.useFakeTimers()

describe('wrapAsync', function () {
describe('wrapping a function with callback', function () {
Expand Down
Loading

0 comments on commit 2874dae

Please sign in to comment.