Skip to content

Commit 7813bf4

Browse files
ef4mattmcmanus
andauthored
Update node-tests/utils_test.js
Co-authored-by: Matt McManus <[email protected]>
1 parent bb162c3 commit 7813bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-tests/utils_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ describe('utils', function () {
159159
assert.strictEqual(utils.isInlinePrecompileBabelPluginRegistered(plugins), true);
160160
});
161161

162-
it.only('detects when the parallelizable version of the plugin has been installed', function () {
162+
it('detects when the parallelizable version of the plugin has been installed', function () {
163163
let plugins = [parallelizablePlugin];
164164

165165
assert.strictEqual(utils.isInlinePrecompileBabelPluginRegistered(plugins), true);

0 commit comments

Comments
 (0)