Skip to content

Commit

Permalink
Update WebGLBackground.unit.test.js
Browse files Browse the repository at this point in the history
fix group name
  • Loading branch information
epreston committed Dec 2, 2023
1 parent 6c5eaef commit 6fadabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderers/tests/WebGLBackground.unit.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { describe, expect, it, test, vi } from 'vitest';

import { WebGLBackground } from '../src/WebGLBackground.js';

describe('WebGL', () => {
describe('Renderers', () => {
describe('WebGLBackground', () => {
it('should expose a class', () => {
expect(WebGLBackground).toBeDefined();
Expand Down

0 comments on commit 6fadabb

Please sign in to comment.