mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
fix(web): add mime field to produced-files test fixtures
Fixes Preflight typecheck failure on #3089 PR.
This commit is contained in:
parent
144106e8ac
commit
a094bc13b6
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ function file(name: string, kind: ProjectFile['kind']): ProjectFile {
|
|||
size: 1,
|
||||
mtime: 0,
|
||||
kind,
|
||||
mime: kind === 'sketch' ? 'application/json' : 'text/html',
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue