Skip to content

Commit

Permalink
build: run "bun prepack --update-snapshots"
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed May 12, 2024
1 parent 3fa6bd5 commit 2eba3d9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion PICTOGRAM_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pictogram Index

> 1173 pictograms from @carbon/pictograms@12.30.0
> 1183 pictograms from @carbon/pictograms@12.36.0
## Usage

Expand Down Expand Up @@ -114,6 +114,8 @@
- BostonZakimBridge
- BoxPlot
- Broom
- BucharestNationalTheatre
- BucharestRomanianAthenaeum
- Budapest
- BudapestCitadella
- BudapestLabSkyline
Expand Down Expand Up @@ -197,6 +199,7 @@
- ClientFinancing_02
- ClothesRack_01
- ClothesRack_02
- Cloud
- CloudAnalytics
- CloudAssets
- CloudBuilderProfessionalServices
Expand Down Expand Up @@ -580,6 +583,7 @@
- IbmCloud
- IbmIx
- IbmRpa
- IbmUkLabsHursley
- IbmZ
- IbmZPartition
- IbmZAndCloudModernizationStack
Expand Down Expand Up @@ -622,6 +626,7 @@
- KeyUsers
- Keyboard
- KnowsDarkData
- KochiHouseboat
- KualaLumpur
- Kubernetes
- KubernetesPod
Expand Down Expand Up @@ -770,6 +775,7 @@
- OptimizeCashFlow_02
- Organization
- Ornament
- OsakaTsutenkakuTower
- Overcast
- Overview
- PaperClip
Expand Down Expand Up @@ -886,6 +892,7 @@
- Robotics
- RockOn
- Rocket
- RomaniaTheGateOfTheKiss
- Rome
- RotateDevice
- SaasEnablement
Expand Down Expand Up @@ -935,6 +942,7 @@
- Servers
- ShanghaiCityscape
- ShanghaiOrientalPearlTower
- ShanghaiSkyline
- SharingData
- Shirt
- Shop
Expand Down Expand Up @@ -1144,6 +1152,7 @@
- VisualDesign
- VisualInsights
- VisualRecognition
- WalldorfIbmInnovationStudios
- Warning_01
- Warning_02
- Washer
Expand Down Expand Up @@ -1187,3 +1196,4 @@
- Yoga_03
- Yoga_04
- ZeroTrust
- Zurich
10 changes: 10 additions & 0 deletions tests/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ exports[`imports 1`] = `
"BostonZakimBridge",
"BoxPlot",
"Broom",
"BucharestNationalTheatre",
"BucharestRomanianAthenaeum",
"Budapest",
"BudapestCitadella",
"BudapestLabSkyline",
Expand Down Expand Up @@ -185,6 +187,7 @@ exports[`imports 1`] = `
"ClientFinancing_02",
"ClothesRack_01",
"ClothesRack_02",
"Cloud",
"CloudAnalytics",
"CloudAssets",
"CloudBuilderProfessionalServices",
Expand Down Expand Up @@ -568,6 +571,7 @@ exports[`imports 1`] = `
"IbmCloud",
"IbmIx",
"IbmRpa",
"IbmUkLabsHursley",
"IbmZ",
"IbmZPartition",
"IbmZAndCloudModernizationStack",
Expand Down Expand Up @@ -610,6 +614,7 @@ exports[`imports 1`] = `
"KeyUsers",
"Keyboard",
"KnowsDarkData",
"KochiHouseboat",
"KualaLumpur",
"Kubernetes",
"KubernetesPod",
Expand Down Expand Up @@ -758,6 +763,7 @@ exports[`imports 1`] = `
"OptimizeCashFlow_02",
"Organization",
"Ornament",
"OsakaTsutenkakuTower",
"Overcast",
"Overview",
"PaperClip",
Expand Down Expand Up @@ -874,6 +880,7 @@ exports[`imports 1`] = `
"Robotics",
"RockOn",
"Rocket",
"RomaniaTheGateOfTheKiss",
"Rome",
"RotateDevice",
"SaasEnablement",
Expand Down Expand Up @@ -923,6 +930,7 @@ exports[`imports 1`] = `
"Servers",
"ShanghaiCityscape",
"ShanghaiOrientalPearlTower",
"ShanghaiSkyline",
"SharingData",
"Shirt",
"Shop",
Expand Down Expand Up @@ -1132,6 +1140,7 @@ exports[`imports 1`] = `
"VisualDesign",
"VisualInsights",
"VisualRecognition",
"WalldorfIbmInnovationStudios",
"Warning_01",
"Warning_02",
"Washer",
Expand Down Expand Up @@ -1175,6 +1184,7 @@ exports[`imports 1`] = `
"Yoga_03",
"Yoga_04",
"ZeroTrust",
"Zurich",
]
`;

Expand Down
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { template } from "../src/template";

test("imports", async () => {
const pictograms = await buildPictograms();
expect(pictograms.length).toEqual(1173);
expect(pictograms.length).toEqual(1183);
expect(pictograms).toMatchSnapshot();
}, 30_000);

Expand Down

0 comments on commit 2eba3d9

Please sign in to comment.