Skip to content

Commit

Permalink
style: reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Dec 4, 2022
1 parent b0b674e commit 53f13f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import test from 'bron';
import assert from 'assert/strict';
import sinon from 'sinon';
import test from 'bron';
import Version from 'release-it/customExport_lib-plugin-version-Version.js';
import { factory } from 'release-it/test/util/index.js';
import sinon from 'sinon';
import SnapshotPreReleaseVersionPlugin from './index.js';
import Version from 'release-it/customExport_lib-plugin-version-Version.js';

test('isEnabled true', () => {
assert.equal(SnapshotPreReleaseVersionPlugin.isEnabled(), true);
Expand Down

0 comments on commit 53f13f1

Please sign in to comment.