Skip to content

Commit 3e8ee07

Browse files
committed
remove out-of-date comments
1 parent 9675dce commit 3e8ee07

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: __tests__/tests.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1705,8 +1705,6 @@ describe('htmlbars-inline-precompile', function () {
17051705
// that's what the lint rules are for. When it comes to correctness, we need
17061706
// our scope to behave like real Javascript, and Javascript doesn't care
17071707
// whether you've (for example) capitalized your variable identifier.
1708-
//
1709-
// needs https://github.com/glimmerjs/glimmer-vm/pull/1421
17101708
it('shadows html elements with locals', function () {
17111709
plugins = [
17121710
[
@@ -1761,7 +1759,6 @@ describe('htmlbars-inline-precompile', function () {
17611759
`);
17621760
});
17631761

1764-
// needs https://github.com/glimmerjs/glimmer-vm/pull/1421
17651762
it('leaves ember keywords alone when no local is defined', function () {
17661763
plugins = [
17671764
[

0 commit comments

Comments
 (0)