Skip to content

Commit

Permalink
fix: add link with inner span to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Jun 24, 2019
1 parent d63e069 commit ecacb89
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export class IsAuthenticated implements ComponentInterface {
<button onClick={() => this.send('TEST')}>test</button>,
<button onClick={() => this.send('LOGOUT')}>logout</button>,
<a href='/tests'>/tests</a>,
<a href='/tests/123'>/tests/123</a>
<a href='/tests/123'>/tests/123</a>,
<a href='/tests'><span>deep tests</span></a>
];
}
}

0 comments on commit ecacb89

Please sign in to comment.