Skip to content

Commit

Permalink
Reenable skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 21, 2023
1 parent a396342 commit 0fbb707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/watch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { copy } = require('fs-extra');
const rollup = require('../../dist/rollup');
const { atomicWriteFileSync, wait } = require('../utils');

describe.only('rollup.watch', () => {
describe('rollup.watch', () => {
let watcher;

beforeEach(() => {
Expand Down

0 comments on commit 0fbb707

Please sign in to comment.