Skip to content

Commit 075bd82

Browse files
committed
removing debug code
1 parent e1fddc5 commit 075bd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebpackConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ describe('WebpackConfig object', () => {
226226
});
227227
});
228228

229-
describe.only('configureBabel', () => {
229+
describe('configureBabel', () => {
230230
it('Calling method sets it', () => {
231231
const config = createConfig();
232232
const testCallback = () => {};

0 commit comments

Comments
 (0)