We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb162c3 commit 7813bf4Copy full SHA for 7813bf4
node-tests/utils_test.js
@@ -159,7 +159,7 @@ describe('utils', function () {
159
assert.strictEqual(utils.isInlinePrecompileBabelPluginRegistered(plugins), true);
160
});
161
162
- it.only('detects when the parallelizable version of the plugin has been installed', function () {
+ it('detects when the parallelizable version of the plugin has been installed', function () {
163
let plugins = [parallelizablePlugin];
164
165
0 commit comments