We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf115d commit 8a2f8ffCopy full SHA for 8a2f8ff
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