Skip to content

Commit 8a2f8ff

Browse files
committed
remove only
1 parent 6cf115d commit 8a2f8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.disclaimer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe(__filename, () => {
4949
nock.cleanAll();
5050
sandbox.restore();
5151
});
52-
it.only('should update disclaimers', async () => {
52+
it('should update disclaimers', async () => {
5353
const url = new URL(disclaimer.libraryListUrl);
5454
const scope = nock(url.origin).get(url.pathname).reply(200, mockResponse);
5555
const expected = [

0 commit comments

Comments
 (0)