Skip to content

Commit 8024ec7

Browse files
committed
test: remove only
1 parent 83acecf commit 8024ec7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/options/plugins.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('Options', () => {
5050
.catch((err) => err)
5151
})
5252

53-
test.only('{Function} - {Object}', () => {
53+
test('{Function} - {Object}', () => {
5454
const config = {
5555
loader: {
5656
test: /\.html$/,

test/options/render.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('Options', () => {
2323
.catch((err) => err)
2424
})
2525

26-
test.only('{Object}', () => {
26+
test('{Object}', () => {
2727
const config = {
2828
loader: {
2929
test: /\.html$/,

0 commit comments

Comments
 (0)