We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cb722 commit 2a3acc4Copy full SHA for 2a3acc4
1 file changed
test/test.disclaimer.ts
@@ -49,7 +49,7 @@ describe(__filename, () => {
49
nock.cleanAll();
50
sandbox.restore();
51
});
52
- it.only('should update disclaimers', async () => {
+ it('should update disclaimers', async () => {
53
const url = new URL(disclaimer.libraryListUrl);
54
const scope = nock(url.origin).get(url.pathname).reply(200, mockResponse);
55
const expected = [
0 commit comments