Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 0cbfb12

Browse files
committed
test(watch): uncomment out tests for queing buildUpdates
uncomment out tests for queing buildUpdates
1 parent 43caefa commit 0cbfb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/watch.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ describe('watch', () => {
257257
});
258258

259259
describe('queueOrRunBuildUpdate', () => {
260-
/*it('should not queue a build when there isnt an active build', () => {
260+
it('should not queue a build when there isnt an active build', () => {
261261
const changedFileOne: ChangedFile = {
262262
event: 'change',
263263
ext: '.ts',
@@ -321,7 +321,7 @@ describe('watch', () => {
321321
expect(watch.queuedChangedFileMap.size).toEqual(0);
322322
});
323323
});
324-
*/
324+
325325

326326
it('should queue up changes when a build is active', () => {
327327
const changedFileOne: ChangedFile = {

0 commit comments

Comments
 (0)