Skip to content

Commit 54f328c

Browse files
committed
fix unit tests
1 parent 0bce29d commit 54f328c

File tree

3 files changed

+884
-1
lines changed

3 files changed

+884
-1
lines changed

code/renderers/react/src/extractArgTypes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const skippedTests = [
6262

6363
describe('react component properties', () => {
6464
// Fixture files are in template/stories
65-
const fixturesDir = resolve(__dirname, '../../template/stories/docgen-components');
65+
const fixturesDir = resolve(__dirname, '../template/stories/docgen-components');
6666
readdirSync(fixturesDir, { withFileTypes: true }).forEach((testEntry) => {
6767
if (testEntry.isDirectory()) {
6868
const testDir = join(fixturesDir, testEntry.name);

0 commit comments

Comments
 (0)