Skip to content

Commit

Permalink
Update trimFileName.ts
Browse files Browse the repository at this point in the history
fix: removing `only` from main `describe` in order to run all tests
  • Loading branch information
pvasek authored Dec 11, 2021
1 parent 806560f commit 44cd506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/trimFileName.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { assert } from 'chai';
import { trimFileName } from '../trimFileName';

describe.only('trimFileName', () => {
describe('trimFileName', () => {
describe('posix', () => {
const cwd = '/home/user/projects/react-docgen-typescript';
const platform = 'posix';
Expand Down

0 comments on commit 44cd506

Please sign in to comment.