Skip to content
Snippets Groups Projects
Commit 89b988cd authored by Alexander Rose's avatar Alexander Rose
Browse files

fixed renderer spec

parent a7d70f4b
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ describe('renderer', () => { ...@@ -120,7 +120,7 @@ describe('renderer', () => {
const points = createPoints() const points = createPoints()
scene.add(points) scene.add(points)
expect(ctx.bufferCount).toBe(6); expect(ctx.bufferCount).toBe(4);
expect(ctx.textureCount).toBe(3); expect(ctx.textureCount).toBe(3);
expect(ctx.vaoCount).toBe(4); expect(ctx.vaoCount).toBe(4);
expect(ctx.programCache.count).toBe(4); expect(ctx.programCache.count).toBe(4);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment