Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exposed platform properties in browser environment #71

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Running single test
  • Loading branch information
Jonathan Chen committed Feb 28, 2017
commit 55f397b149fde054ec99266b3a1687bafc2d0468
4 changes: 2 additions & 2 deletions test/test.ts
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ describe('Argon', () => {
expect(app.vuforia).to.exist;
});
})

/*
describe('new ArgonSystem()', () => {
it('should create an ArgonSystem with Role=Role.MANAGER', () => {
const manager = Argon.init(null, { role: Argon.Role.REALITY_MANAGER });
@@ -601,5 +601,5 @@ describe('Utils', () => {
expect(CesiumMath.equalsEpsilon(frustum.yOffset, result.yOffset, CesiumMath.EPSILON10)).to.be.true;
});
})

*/
})