Skip to content

Commit

Permalink
debug failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Sep 10, 2024
1 parent a58fff8 commit 05c59c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/appscript/api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ describe('api', () => {
if ( ! tunnel.url ) {
throw new Error('Failed to setup localtunnel!');
}

console.log(tunnel.url);
});

beforeAll(async () => {
Expand Down Expand Up @@ -115,7 +117,7 @@ describe('api', () => {
await Clasp.setScriptProperties({}, true);
});

it('should retry if a probably random error is returned', async () => {
it.only('should retry if a probably random error is returned', async () => {
if (!process.env.USE_LOCALTUNNEL) {
console.log('*** SKIPPING TEST ***');
return;
Expand Down

0 comments on commit 05c59c5

Please sign in to comment.