Skip to content

Commit f56bb64

Browse files
committed
test: simplify import path in index.test.ts
1 parent be7be4f commit f56bb64

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

tests/index.test.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import {describe, expect, test} from "@rstest/core";
22

3-
import {
4-
parse,
5-
type SrcsetCandidate,
6-
SrcsetValidationError,
7-
stringify,
8-
validate,
9-
} from "../src/index";
3+
import {parse, type SrcsetCandidate, SrcsetValidationError, stringify, validate} from "../src";
104

115
function expectInvalidCodes(input: string | SrcsetCandidate[], codes: string[]) {
126
const result = validate(input);

0 commit comments

Comments
 (0)