We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7be4f commit f56bb64Copy full SHA for f56bb64
1 file changed
tests/index.test.ts
@@ -1,12 +1,6 @@
1
import {describe, expect, test} from "@rstest/core";
2
3
-import {
4
- parse,
5
- type SrcsetCandidate,
6
- SrcsetValidationError,
7
- stringify,
8
- validate,
9
-} from "../src/index";
+import {parse, type SrcsetCandidate, SrcsetValidationError, stringify, validate} from "../src";
10
11
function expectInvalidCodes(input: string | SrcsetCandidate[], codes: string[]) {
12
const result = validate(input);
0 commit comments