Skip to content

Commit

Permalink
Run "yarn run test -u"
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Mar 11, 2023
1 parent 028672c commit 4f5093b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion PICTOGRAM_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pictogram Index

> 962 pictograms from @carbon/pictograms@12.13.0
> 966 pictograms from @carbon/pictograms@12.14.0
## Usage

Expand Down Expand Up @@ -116,6 +116,8 @@
- Camera
- CanadaMapleLeaf
- Capitol
- CarbonForIbmDotcom
- CarbonForIbmProduct
- Care
- CargoCrane
- CargoShip
Expand Down Expand Up @@ -270,6 +272,7 @@
- DeepLearning
- Delete
- DeliverInsights
- Delivered
- DeliveryTruck
- DeployingContainers
- Deployment
Expand Down Expand Up @@ -580,6 +583,7 @@
- MovementOfGoods_02
- MovementOfGoods_03
- MovementOfItems
- MovingDolly
- Mqa
- Mri
- MriPatient
Expand Down
4 changes: 4 additions & 0 deletions tests/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ exports[`carbon-pictograms-svelte > imports 2`] = `
"Camera",
"CanadaMapleLeaf",
"Capitol",
"CarbonForIbmDotcom",
"CarbonForIbmProduct",
"Care",
"CargoCrane",
"CargoShip",
Expand Down Expand Up @@ -258,6 +260,7 @@ exports[`carbon-pictograms-svelte > imports 2`] = `
"DeepLearning",
"Delete",
"DeliverInsights",
"Delivered",
"DeliveryTruck",
"DeployingContainers",
"Deployment",
Expand Down Expand Up @@ -568,6 +571,7 @@ exports[`carbon-pictograms-svelte > imports 2`] = `
"MovementOfGoods_02",
"MovementOfGoods_03",
"MovementOfItems",
"MovingDolly",
"Mqa",
"Mri",
"MriPatient",
Expand Down
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { template } from "../src/template";
describe("carbon-pictograms-svelte", () => {
test("imports", async () => {
const pictograms = await buildPictograms();
expect(pictograms.length).toMatchInlineSnapshot("962");
expect(pictograms.length).toMatchInlineSnapshot("966");
expect(pictograms).toMatchSnapshot();
}, 30_000);

Expand Down

0 comments on commit 4f5093b

Please sign in to comment.