fix: add .js extension to html test import (TypeScript moduleResolution)
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 13m46s
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 13m46s
This commit is contained in:
parent
d976afebc5
commit
7808d85dde
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import { describe, it, expect } from 'vitest';
|
import { describe, it, expect } from 'vitest';
|
||||||
import { escapeHtml } from '../utils/html';
|
import { escapeHtml } from '../utils/html.js';
|
||||||
|
|
||||||
describe('escapeHtml', () => {
|
describe('escapeHtml', () => {
|
||||||
it('escapes ampersands', () => {
|
it('escapes ampersands', () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue