|
Last change
on this file since cdcff72 was 9af201e, checked in by MBK <marija.karapandzova@…>, 3 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
236 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | type JestResolverOptions = {
|
|---|
| 2 | basedir: string;
|
|---|
| 3 | defaultResolver: (request: string, opts: any) => string,
|
|---|
| 4 | extensions?: Array<string>,
|
|---|
| 5 | };
|
|---|
| 6 |
|
|---|
| 7 | export default function resolve(
|
|---|
| 8 | request: string,
|
|---|
| 9 | options: JestResolverOptions,
|
|---|
| 10 | ): string;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.