]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
refactor: rename spec
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 3 Apr 2020 10:27:24 +0000 (12:27 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 3 Apr 2020 10:27:24 +0000 (12:27 +0200)
__tests__/location.spec.ts [moved from __tests__/url.spec.ts with 98% similarity]

similarity index 98%
rename from __tests__/url.spec.ts
rename to __tests__/location.spec.ts
index 3df0f73bb9e8286b4c9cf2341bf13e76dc200000..845e3959f0707c4d57d510f4ddb7d4f01a563bbc 100644 (file)
@@ -48,7 +48,7 @@ describe('parseURL', () => {
     })
   })
 
-  it('extracts multiple query paramenters as an array', () => {
+  it('extracts multiple query parameters as an array', () => {
     expect(parseURL('/foo?a=one&a=two&a=three')).toEqual({
       fullPath: '/foo?a=one&a=two&a=three',
       path: '/foo',