Skip to content

Commit

Permalink
remove font family
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenjohanson committed Sep 13, 2024
1 parent 0f2c34a commit 5c85489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"start": "yarn --cwd ./excalidraw-app start",
"start:app:production": "npm run build && npx http-server build -a localhost -p 5001 -o",
"test:all": "yarn test:typecheck && yarn test:code && yarn test:other && yarn test:app --watch=false",
"test:app": "vitest --reporter=html --outputFile=./html/index.html",
"test:app": "vitest",
"test:code": "eslint --max-warnings=0 --ext .js,.ts,.tsx .",
"test:other": "yarn prettier --list-different",
"test:typecheck": "tsc",
Expand All @@ -88,4 +88,4 @@
"resolutions": {
"@types/react": "18.2.0"
}
}
}
7 changes: 0 additions & 7 deletions packages/excalidraw/tests/scene/export.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ describe("exportToSvg", () => {
width: ELEMENT_WIDTH,
index: "a2",
},
{
...textFixture,
fontFamily: FONT_FAMILY.Nunito, // test embedding external font
height: ELEMENT_HEIGHT,
width: ELEMENT_WIDTH,
index: "a3",
},
] as NonDeletedExcalidrawElement[];

const DEFAULT_OPTIONS = {
Expand Down

0 comments on commit 5c85489

Please sign in to comment.