mirror of https://github.com/webpack/webpack.git
Add missing done
This commit is contained in:
parent
d346380a78
commit
bbecd09fba
|
|
@ -4,4 +4,5 @@ it("should compile", function(done) {
|
|||
|
||||
it("should disable define", function(done) {
|
||||
expect(typeof define).toBe('undefined')
|
||||
done()
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue