Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 15bf6fb

Browse files
committed
Fix lint
1 parent 339b76a commit 15bf6fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/CacheableImage.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Define globals for eslint.
2-
/* global describe it jest */
2+
/* global expect describe it jest */
33

44
// Load dependencies
55
import should from 'should'; // eslint-disable-line no-unused-vars

tests/__mocks__/rn-fetch-blob.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* global jest */
12
const { mockData } = require('../mockData');
23

34
module.exports = {

0 commit comments

Comments
 (0)