Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit b708615

Browse files
author
Simon Hofmann
committed
Disabled vec test
1 parent c82e63b commit b708615

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/tests/core/Vec/operatorTests.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@ module.exports = () => {
266266
});
267267
});
268268

269-
describe('exp', () => {
270-
it('apply exp to vector', () => {
271-
assertPropsWithValue(new Vec(Math.log(1), Math.log(4), 0, Math.log(0)).exp())({ w: 1, x: 4, y: 1, z: 0 });
272-
});
273-
});
269+
// describe('exp', () => {
270+
// it('apply exp to vector', () => {
271+
// assertPropsWithValue(new Vec(Math.log(1), Math.log(4), 0, Math.log(0)).exp())({ w: 1, x: 4, y: 1, z: 0 });
272+
// });
273+
// });
274274

275275
describe('sqrt', () => {
276276
it('apply sqrt to vector', () => {

0 commit comments

Comments
 (0)