Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jun 27, 2024
1 parent 3477347 commit a83fbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/exportMap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { run } = require('@stencil/core/cli');
const { h } = require('@stencil/core');
const { MockDocument } = require('@stencil/core/mock-doc');
const appData = require('@stencil/core/internal/app-data');
const { createNodeLogger } = require('@stencil/core/sys/node')
const { createNodeLogger } = require('@stencil/core/sys/node');

assert(typeof version === 'string');
assert(typeof run, 'function');
Expand Down

0 comments on commit a83fbd7

Please sign in to comment.