Skip to content

Commit

Permalink
fix(playcanvas): correct requirements for test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Apr 30, 2020
1 parent f54212e commit fb35965
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/adapter/playcanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ class Vec3 {

class Quat { };

const math = {};

const pc = {
Vec2,
Vec3,
Quat,
math
};

describe('override valueOf of playcanvas Vec3', () => {
Expand Down

0 comments on commit fb35965

Please sign in to comment.