Breakage updating to 3.3.0
See original GitHub issueSorry this bug report is incomplete, I’m just filing what I have now until I can look into it later.
After updating from 3.2.0 to 3.3.0 I get the following errors:
$ jest --runInBand
● Validation Warning:
Unknown option "default" with value {"globalSetup": "/home/birtles/project/node_modules/@shelf/jest-dynamodb/lib/setup.js", "globalTeardown": "/home/birtles/project/node_modules/@shelf/jest-dynamodb/lib/teardown.js", "testEnvironment": "/home/birtles/project/node_modules/@shelf/jest-dynamodb/lib/environment.js"} was found.
This is probably a typing mistake. Fixing it will remove this message.
Configuration Documentation:
https://jestjs.io/docs/configuration
● Validation Warning:
Unknown option "default" with value {"globalSetup": "/home/birtles/project/node_modules/@shelf/jest-dynamodb/lib/setup.js", "globalTeardown": "/home/birtles/project/node_modules/@shelf/jest-dynamodb/lib/teardown.js", "testEnvironment": "/home/birtles/project/node_modules/@shelf/jest-dynamodb/lib/environment.js"} was found.
This is probably a typing mistake. Fixing it will remove this message.
Configuration Documentation:
https://jestjs.io/docs/configuration
FAIL src/changes/changes-stack.change-handler.messages.test.ts
● change handler › test
AWS SDK error wrapper for Error: connect ECONNREFUSED 127.0.0.1:8090
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Updating from 3.2.0 to 3.6.0 breaks · Issue #376 · auth0/java-jwt
When I try to upgrade java-jwt from 3.2.0 to the version after 3.3.0. The following code breaks. public class TestJavajwt { private static...
Read more >Spark Release 3.3.0
Breaking changes. Drop references to Python 3.6 support in docs and python/docs (SPARK-36977); Remove namedtuple hack by replacing built-in pickle to ...
Read more >Flutter 3.3.0 release notes
This page has release notes for 3.3.0. For information about subsequent bug-fix releases, see Hotfixes to the Stable Channel.
Read more >What's new in Flutter 3.3. Exciting updates for text handling…
This release brings updates to Flutter web, desktop, text handling improvements in ... and includes other breaking changes described in the migration guide....
Read more >How to Upgrade - PKP Docs - Simon Fraser University
Breaking changes that may effect plugins and server configuration. revision, 3.3.3-x, New features may be added but breaking changes are kept to a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you!
@birtles Thanks for pointing out this issue, v3.3.1 was released with your fix!