Skip to content

Commit 5bee7d7

Browse files
committed
fix: ci
1 parent 81896fb commit 5bee7d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
"Yunfei",
130130
"evanw",
131131
"Stmts",
132-
"typeof"
132+
"typeof",
133+
"indexmap"
133134
]
134135
}

packages/rolldown/tests/fixtures/output/hashFileNames/_config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// cSpell:disable
12
import { defineTest } from '@tests'
23
import { expect } from 'vitest'
34
import { getOutputChunk } from '@tests/utils'

0 commit comments

Comments
 (0)