Fix TS errors

This commit is contained in:
Adam Hathcock
2025-09-23 12:58:59 +01:00
parent 9b03977bb8
commit c5cbbe585a
2 changed files with 2 additions and 2 deletions
@@ -1,3 +1,4 @@
/* eslint-disable camelcase */
import { describe, it, expect, beforeEach } from 'vitest'
import { ObjectLoader2Factory } from './objectLoader2Factory.js'
import { Base } from '../types/types.js'