fix: assert font provider via import, not bunny( substring (MAN-139)
All checks were successful
All checks were successful
Comment in vite.config.js still said bunny(), so assertStringNotContainsString failed in unit coverage. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -76,8 +76,6 @@ export default defineConfig({
|
||||
],
|
||||
refresh: true,
|
||||
fonts: [
|
||||
// fontsource reads node_modules so `vite build` stays offline.
|
||||
// bunny() timed out on fonts.bunny.net in CI (run 31, job feature).
|
||||
fontsource('EB Garamond', {
|
||||
weights: [400, 500, 600],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user