Skip to content

Commit

Permalink
fix style-spec-test
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Feb 9, 2022
1 parent 741bed2 commit dfe9eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/build/style-spec.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) ||
Expand Down

0 comments on commit dfe9eae

Please sign in to comment.