Skip to content

Commit 44cd506

Browse files
authored
Update trimFileName.ts
fix: removing `only` from main `describe` in order to run all tests
1 parent 806560f commit 44cd506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/trimFileName.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { assert } from 'chai';
22
import { trimFileName } from '../trimFileName';
33

4-
describe.only('trimFileName', () => {
4+
describe('trimFileName', () => {
55
describe('posix', () => {
66
const cwd = '/home/user/projects/react-docgen-typescript';
77
const platform = 'posix';

0 commit comments

Comments
 (0)