Skip to content

Commit

Permalink
fdescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed Oct 4, 2024
1 parent f637b8f commit 301dc00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { processUpdates } from '../../../testing/async-helpers';
import { NimbleAnchorModule } from '../nimble-anchor.module';
import type { Anchor } from '../nimble-anchor.directive';

fdescribe('Nimble anchor RouterLinkWithHrefDirective', () => {
describe('Nimble anchor RouterLinkWithHrefDirective', () => {
@Component({
template: `
<nimble-anchor #anchor nimbleRouterLink="page1" [queryParams]="{param1: true}" [state]="{stateProperty: 123}">
Expand Down

0 comments on commit 301dc00

Please sign in to comment.