chore: add formatting
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import { describe, expect, test } from "bun:test";
|
||||
import { HttpError, MAX_SCENE_BYTES, emptyScene, normalizeScene, parseJsonBody } from "./scene";
|
||||
import {
|
||||
HttpError,
|
||||
MAX_SCENE_BYTES,
|
||||
emptyScene,
|
||||
normalizeScene,
|
||||
parseJsonBody,
|
||||
} from "./scene";
|
||||
|
||||
describe("scene helpers", () => {
|
||||
test("creates empty scenes with dark theme by default", () => {
|
||||
|
||||
Reference in New Issue
Block a user