There was an error while loading. Please reload this page.
image
1 parent bb88b03 commit bd8c46eCopy full SHA for bd8c46e
1 file changed
test/node/core/ImageTest.js
@@ -10,7 +10,7 @@ test('imageType should have the same imageType passed to the constructor', t =>
10
11
test('name should have the default value of "Image"', t => {
12
const image = new Image()
13
- t.deepEqual(image.name, 'Image')
+ t.deepEqual(image.name, 'image')
14
})
15
16
test('origin should have a length equal to the dimension', t => {
0 commit comments