Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk committed Oct 17, 2024
1 parent 36c8d46 commit e299d35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/rspack-test-tools/etc/test-tools.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
```ts

/// <reference types="../jest.d.ts" />
/// <reference types="jest" />
/// <reference types="node" />

import type { Compiler } from '@rspack/core';
import type { Compiler as Compiler_2 } from 'webpack';
import type { Configuration } from 'webpack';
Expand Down

0 comments on commit e299d35

Please sign in to comment.