test commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, it, expect, afterEach } from 'vitest'
|
||||
import fs from 'node:fs'
|
||||
import path from 'node:path'
|
||||
import { describe, it, expect, afterEach } from 'vitest'
|
||||
import { persistMultipartImages } from '../upload-images.js'
|
||||
|
||||
const UPLOADS_DIR = path.join(process.cwd(), 'uploads')
|
||||
@@ -45,5 +45,4 @@ describe('persistMultipartImages with eager=false', () => {
|
||||
expect(urls).toHaveLength(1)
|
||||
expect(urls[0]).toMatch(/\/uploads\/[a-f0-9-]+\.png$/)
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user