@deck.gl/test-utils
Advanced tools
Comparing version 9.0.0-beta.5 to 9.0.0-beta.6
/** Test device */ | ||
export declare const device: import("@luma.gl/webgl").WebGLDevice; | ||
/** Test context */ | ||
export declare const gl: WebGLRenderingContext | null; | ||
export declare const gl: WebGL2RenderingContext | null; | ||
//# sourceMappingURL=setup-gl.d.ts.map |
@@ -1,4 +0,4 @@ | ||
import { createTestContext, webgl1Device, webgl2Device } from '@luma.gl/test-utils'; | ||
import { createTestContext, webglDevice } from '@luma.gl/test-utils'; | ||
/** Test device */ | ||
export const device = webgl2Device || webgl1Device; | ||
export const device = webglDevice; | ||
/** Test context */ | ||
@@ -5,0 +5,0 @@ export const gl = createTestContext({ |
@@ -6,3 +6,3 @@ { | ||
"type": "module", | ||
"version": "9.0.0-beta.5", | ||
"version": "9.0.0-beta.6", | ||
"publishConfig": { | ||
@@ -41,8 +41,8 @@ "access": "public" | ||
"@deck.gl/core": "^9.0.0-alpha", | ||
"@luma.gl/test-utils": "9.0.0-beta.4", | ||
"@luma.gl/webgl": "9.0.0-beta.4", | ||
"@luma.gl/test-utils": "9.0.0-beta.6", | ||
"@luma.gl/webgl": "9.0.0-beta.6", | ||
"@probe.gl/test-utils": "^4.0.0" | ||
}, | ||
"scripts": {}, | ||
"gitHead": "02588aba7cbf25d48cec20b30a686bba9be32bff" | ||
"gitHead": "373729308eb3fdec4b7c8b5842ddeff4f2d70338" | ||
} |
@@ -1,5 +0,5 @@ | ||
import {createTestContext, webgl1Device, webgl2Device} from '@luma.gl/test-utils'; | ||
import {createTestContext, webglDevice} from '@luma.gl/test-utils'; | ||
/** Test device */ | ||
export const device = webgl2Device || webgl1Device; | ||
export const device = webglDevice; | ||
@@ -6,0 +6,0 @@ /** Test context */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150308