Add missing done

This commit is contained in:
Tim Neutkens 2019-03-11 17:23:40 +01:00
parent d346380a78
commit bbecd09fba
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ it("should compile", function(done) {
it("should disable define", function(done) {
expect(typeof define).toBe('undefined')
done()
})