refactor(tests): rename autoSaveController test file
Renamed test file to match new createAutoSaveStore naming convention. All tests pass. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
fe923c3dbf
commit
305000f4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { describe, it, beforeEach } from 'node:test'
|
|||
import assert from 'node:assert/strict'
|
||||
import { createAutoSaveController } from '../src/lib/admin/autoSave'
|
||||
|
||||
describe('createAutoSaveController', () => {
|
||||
describe('createAutoSaveStore', () => {
|
||||
beforeEach(() => {
|
||||
if (typeof navigator === 'undefined') {
|
||||
// @ts-expect-error add minimal navigator shim for tests
|
||||
Loading…
Reference in a new issue