Skip to content

Commit ed1014a

Browse files
chibashCopilot
andauthored
Update server/tests/transpiler/code-generator/code-generator2.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c4ffb6b commit ed1014a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/tests/transpiler/code-generator/code-generator2.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ test('wrong enum type', () => {
17281728
expect(() => { compileAndRun(src8, destFile) }).toThrow(/duplicate enum member.*Red/)
17291729
})
17301730

1731-
test('imort an enum type', () => {
1731+
test('import an enum type', () => {
17321732
const modules = [
17331733
{ name: 'color', source: `
17341734
export enum Color { Red = 0, Green = 1, Blue = 2}

0 commit comments

Comments
 (0)