Skip to content

Commit

Permalink
Merge pull request #103 from nearform/fix/recursive_import
Browse files Browse the repository at this point in the history
Fix/recursive import
  • Loading branch information
Ademsk1 authored Oct 19, 2023
2 parents 0c3547f + ab3fd3f commit bfa3c1f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
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 bfa3c1f

Please sign in to comment.