Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

we can delete this 👍

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We should add a test that asserts that assert from @ember/debug makes it to the test ouput

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think that is a nice to have @NullVoxPopuli 🤔 but I wouldn't block too long on that

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

We should add a test that asserts that assert from @ember/debug makes it to the test ouput

@NullVoxPopuli I added a test in embroider-build/embroider#2501

Copy link
Copy Markdown
Contributor

@NullVoxPopuli NullVoxPopuli Jun 27, 2025

Choose a reason for hiding this comment

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

that's great! however, we still need tests for the addon-blueprint to make sure we've configured things correctly -- I put up a WIP here: ember-cli/ember-addon-blueprint#66

File renamed without changes.
2 changes: 1 addition & 1 deletion files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint:types": "glint<% } %>",
"start": "vite",
"test": "concurrently \"<%= packageManager %>:lint\" \"<%= packageManager %>:test:*\" --names \"lint,test:\" --prefixColors auto",
"test:ember": "vite build --mode test && testem ci"
"test:ember": "vite build --mode development && testem ci"
},
"exports": {
"./tests/*": "./tests/*",
Expand Down