Skip to content

Commit 1c3942f

Browse files
authored
Fix typo in test
1 parent af62ecb commit 1c3942f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/create-map.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Creating Route Map', function () {
4141
expect(this.maps.nameMap['bar.baz']).not.toBeUndefined()
4242
})
4343

44-
it('in development, has logged a warning concering named route of parent and default subroute', function () {
44+
it('in development, has logged a warning concerning named route of parent and default subroute', function () {
4545
process.env.NODE_ENV = 'development'
4646
this.maps = createRouteMap(routes)
4747
expect(console.warn).toHaveBeenCalled()

0 commit comments

Comments
 (0)