Skip to content

Commit 1a8d7d5

Browse files
committed
18 files
1 parent cc41703 commit 1a8d7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/build/style-spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('@maplibre/maplibre-gl-style-spec npm package', () => {
2626
expect(dirContents).toContain('index.mjs');
2727
expect(dirContents).toContain('index.mjs.map');
2828
expect(dirContents).toContain('latest.json');
29-
expect(dirContents).toHaveLength(19);
29+
expect(dirContents).toHaveLength(18);
3030
});
3131

3232
test('exports components directly, not behind `default` - https://github.com/mapbox/mapbox-gl-js/issues/6601', async () => {

0 commit comments

Comments
 (0)