Skip to content

Commit

Permalink
add ember string package, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MelSumner committed Jun 9, 2023
1 parent a0aeb62 commit 5fe649c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon-test-support/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function unhandledRejectionAssertion(current, error) {
message = error;
source = 'unknown source';
} else {
message = 'unhandledRejection occured, but it had no message';
message = 'unhandledRejection occurred, but it had no message';
source = 'unknown source';
}

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@babel/core": "^7.21.0",
"@babel/eslint-parser": "^7.19.1",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.0.3",
"@embroider/test-setup": "^2.1.1",
"@glimmer/component": "^1.1.2",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,13 @@
mkdirp "^1.0.4"
silent-error "^1.1.1"

"@ember/string@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@ember/string/-/string-3.1.1.tgz#0a5ac0d1e4925259e41d5c8d55ef616117d47ff0"
integrity sha512-UbXJ+k3QOrYN4SRPHgXCqYIJ+yWWUg1+vr0H4DhdQPTy8LJfyqwZ2tc5uqpSSnEXE+/1KopHBE5J8GDagAg5cg==
dependencies:
ember-cli-babel "^7.26.6"

"@ember/test-helpers@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-3.0.3.tgz#4d278ebc4576fbf5ff5a2643978f2d310d2656cc"
Expand Down

0 comments on commit 5fe649c

Please sign in to comment.