Skip to content

Commit

Permalink
fix: remove npm import in favour of local
Browse files Browse the repository at this point in the history
  • Loading branch information
Ademsk1 committed Oct 19, 2023
1 parent 0c3547f commit 81c70dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"type": "module",
"private": true,
"dependencies": {
"@nearform/playwright-firebase": "file:..",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand Down
2 changes: 1 addition & 1 deletion example/test-examples/auth.setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import playwrightFirebasePlugin from '@nearform/playwright-firebase'
import playwrightFirebasePlugin from '../../index'
import { test as base } from '@playwright/test'
import dotenv from 'dotenv'
dotenv.config({ path: './.env' })
Expand Down

0 comments on commit 81c70dd

Please sign in to comment.