We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af62ecb commit 1c3942fCopy full SHA for 1c3942f
test/unit/specs/create-map.spec.js
@@ -41,7 +41,7 @@ describe('Creating Route Map', function () {
41
expect(this.maps.nameMap['bar.baz']).not.toBeUndefined()
42
})
43
44
- it('in development, has logged a warning concering named route of parent and default subroute', function () {
+ it('in development, has logged a warning concerning named route of parent and default subroute', function () {
45
process.env.NODE_ENV = 'development'
46
this.maps = createRouteMap(routes)
47
expect(console.warn).toHaveBeenCalled()
0 commit comments