Skip to content

Commit 5ca0b0f

Browse files
committed
doc(testing/components): Custom Attribute remove src/ prefix from .withResources
Fixes aurelia#441
1 parent 2d53a5d commit 5ca0b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

current/en-us/9. testing/1. components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ describe('MyAttribute', () => {
179179

180180
beforeEach(() => {
181181
component = StageComponent
182-
.withResources('src/my-attribute')
182+
.withResources('my-attribute')
183183
.inView('<div my-attribute.bind="color">Bob</div>')
184184
.boundTo({ color: 'blue' });
185185
});

0 commit comments

Comments
 (0)