Skip to content

Commit

Permalink
Remove extraneous test
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 23, 2025
1 parent 5de9010 commit 05069ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const require = createRequire(import.meta.url);
* Requires the root package.json#pnpm#overrides point at our internal
* copy of @glimmer/syntax, or else prettier brings its own already published
* copy of @glimmer/syntax
*
* NOTE: that this test alone is insufficient to test our built outputs.
* the smoke-tests/* folders are for that purpose.
*/
describe('Prettier', () => {
it(`SMOKE: we've symlinked to the in-repo copy of @glimmer/syntax`, () => {
Expand Down

This file was deleted.

0 comments on commit 05069ee

Please sign in to comment.