Skip to content

Commit

Permalink
Fix lint issue (unused import)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom committed Dec 1, 2021
1 parent b922ad5 commit cc4185e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/firestore/e2e/issues.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
const COLLECTION = 'firestore';
const { getE2eEmulatorHost } = require('@react-native-firebase/app/e2e/helpers');
const jsFirebase = require('firebase/compat/app');
const { wipe } = require('./helpers');
require('firebase/compat/firestore');

const testNumbers = {
Expand Down

0 comments on commit cc4185e

Please sign in to comment.