Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 05caef1

Browse files
committed
Enable nav goCLI unit test
1 parent 28401b6 commit 05caef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/action/nav.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ describe('Action Nav Unit Tests', () => {
200200
});
201201
});
202202

203-
describe.skip('goCLI()', () => {
203+
describe('goCLI()', () => {
204204
it('should set correct route', () => {
205205
nav.goCLI();
206206
expect(store.route, 'to equal', 'CLI');

0 commit comments

Comments
 (0)