Skip to content

Commit 2d7274f

Browse files
committed
PhantomJS is not used for testing anymore.
1 parent 7d94d69 commit 2d7274f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/test.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,8 @@
123123
expect(
124124
loadImage(blobGIF, function (img) {
125125
loadImage(img.src, function (img2) {
126-
if (!window.callPhantom) {
127-
// revokeObjectUrl doesn't seem to have an effect in PhantomJS
128-
expect(img2).to.be.an.instanceOf(window.Event)
129-
expect(img2.type).to.equal('error')
130-
}
126+
expect(img2).to.be.an.instanceOf(window.Event)
127+
expect(img2.type).to.equal('error')
131128
done()
132129
})
133130
})

0 commit comments

Comments
 (0)