Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue3 Update tool-version, jest test config, and remove unused import from test #500

Merged
merged 3 commits into from
May 21, 2024

Conversation

jasonlundien
Copy link
Member

This PR updates the Vue3 app with:

  • an updated tool-version,
  • updated jest test config,
  • removal of unused import from test

@@ -1,2 +1,2 @@
nodejs 16.14.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no longer in maintenance mode

"node",
"node-addons"
]
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding this to fix failing local tests

@@ -4,7 +4,7 @@

import { library } from '@fortawesome/fontawesome-svg-core'
import { faCoffee, faCircle } from '../__fixtures__/icons'
import { compileAndMount, mountFromProps } from '../__fixtures__/helpers'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not used

@jasonlundien jasonlundien merged commit 5f88651 into 3.x May 21, 2024
49 checks passed
@jasonlundien jasonlundien deleted the vue3-udpate-some-deps branch May 21, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant