mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-06 03:45:18 +00:00
Fix lint errors
This commit is contained in:
@@ -47,7 +47,7 @@ suite('Image', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
test('prop "onError"', function (done) {
|
test('prop "onError"', function (done) {
|
||||||
this.timeout(5000);
|
this.timeout(5000)
|
||||||
|
|
||||||
function onError(e) {
|
function onError(e) {
|
||||||
assert.equal(e.nativeEvent.type, 'error')
|
assert.equal(e.nativeEvent.type, 'error')
|
||||||
@@ -61,7 +61,7 @@ suite('Image', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
test('prop "onLoad"', function (done) {
|
test('prop "onLoad"', function (done) {
|
||||||
this.timeout(5000);
|
this.timeout(5000)
|
||||||
|
|
||||||
function onLoad(e) {
|
function onLoad(e) {
|
||||||
assert.equal(e.nativeEvent.type, 'load')
|
assert.equal(e.nativeEvent.type, 'load')
|
||||||
|
|||||||
Reference in New Issue
Block a user