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 806560f commit 44cd506Copy full SHA for 44cd506
src/__tests__/trimFileName.ts
@@ -1,7 +1,7 @@
1
import { assert } from 'chai';
2
import { trimFileName } from '../trimFileName';
3
4
-describe.only('trimFileName', () => {
+describe('trimFileName', () => {
5
describe('posix', () => {
6
const cwd = '/home/user/projects/react-docgen-typescript';
7
const platform = 'posix';
0 commit comments