Skip to content

Commit 4f3c67c

Browse files
rwjbluemuziejus
andauthored
Update guides/release/testing/unit-testing-basics.md
Co-Authored-By: muziejus <[email protected]>
1 parent 3cd96d0 commit 4f3c67c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guides/release/testing/unit-testing-basics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import { tracked } from '@glimmer/tracking';
2121
export default class SomeThingService extends Service {
2222
@tracked foo = 'bar';
2323

24-
@computed('foo')
2524
get computedFoo() {
2625
return `${this.foo}`;
2726
}

0 commit comments

Comments
 (0)