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 aede0c8 commit 1e6f318Copy full SHA for 1e6f318
modules/__tests__/getParamNames-test.js
@@ -1,7 +1,7 @@
1
import expect from 'expect';
2
import { getParamNames } from '../PatternUtils';
3
4
-describe.skip('getParamNames', function () {
+describe('getParamNames', function () {
5
describe('when a pattern contains no dynamic segments', function () {
6
it('returns an empty array', function () {
7
expect(getParamNames('a/b/c')).toEqual([]);
0 commit comments