From dfe9eaea7aa9e4f6aa743226d225e8755bb2e5b4 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Sun, 6 Feb 2022 21:18:29 +0100 Subject: [PATCH] fix style-spec-test --- test/build/style-spec.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/build/style-spec.test.ts b/test/build/style-spec.test.ts index 642021a7c96..0f5d748762a 100644 --- a/test/build/style-spec.test.ts +++ b/test/build/style-spec.test.ts @@ -11,9 +11,9 @@ describe('@maplibre/maplibre-gl-style-spec npm package', () => { test('build plain ES5 bundle in prepublish', async () => { jest.spyOn(console, 'warn').mockImplementation(() => {}); await rollup.rollup({ - input: 'src/style-spec/style-spec.ts', + input: './src/style-spec/style-spec.ts', plugins: [{ - name: 'tset-checker', + name: 'test-checker', resolveId: (id, importer) => { if ( /^[\/\.]/.test(id) ||