Skip to content

Commit

Permalink
doc(testing/components): Custom Attribute remove src/ prefix from .wi…
Browse files Browse the repository at this point in the history
…thResources

Fixes aurelia#441
  • Loading branch information
baerrach committed Jul 15, 2019
1 parent 2d53a5d commit 5ca0b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion current/en-us/9. testing/1. components.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ describe('MyAttribute', () => {

beforeEach(() => {
component = StageComponent
.withResources('src/my-attribute')
.withResources('my-attribute')
.inView('<div my-attribute.bind="color">Bob</div>')
.boundTo({ color: 'blue' });
});
Expand Down

0 comments on commit 5ca0b0f

Please sign in to comment.