Skip to content

Commit 7e52001

Browse files
committed
Refactor div test imports to direct modules
1 parent 38889d3 commit 7e52001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/typegpu/tests/std/numeric/div.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import {
99
vec4f,
1010
vec4i,
1111
vec4u,
12-
} from '../../../src/data/index.ts';
13-
import { div } from '../../../src/std/index.ts';
12+
} from '../../../src/data/vector.ts';
13+
import { div } from '../../../src/std/numeric.ts';
1414

1515
describe('div', () => {
1616
it('computes quotient of a vec2f and a number', () => {

0 commit comments

Comments
 (0)