Skip to content

Commit

Permalink
fix: right owl path
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 5, 2024
1 parent 1a2adff commit 0d6aee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icon-explorer/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable @typescript-eslint/no-require-imports */

// Setup the Owl client
require('react-native-owl/dist/client').initClient();
require('@johnf/react-native-owl/dist/client').initClient();

Check failure on line 4 in packages/icon-explorer/index.test.js

View workflow job for this annotation

GitHub Actions / eslint

Unable to resolve path to module '@johnf/react-native-owl/dist/client'

// Load the app as normal
require('./index');

0 comments on commit 0d6aee1

Please sign in to comment.