Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Oct 12, 2023
1 parent d7d63b2 commit 38917d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/internal-tests/src/__mocks__/@parcel/watcher.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
console.log('aaaaaaaaaaaaa')

export async function getEventsSince(_dir: FilePath, _snapshot: FilePath, _opts?: Options): Promise<Event[]> {
// not implemented
return []
Expand Down Expand Up @@ -29,5 +27,7 @@ interface Event {
type: EventType
}
class AsyncSubscription {
async unsubscribe(): Promise<void> {}
async unsubscribe(): Promise<void> {
// not implemented
}
}

0 comments on commit 38917d3

Please sign in to comment.