File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import test from 'ava' ;
2
2
import nock from 'nock' ;
3
3
import sinon from 'sinon' ;
4
- import quibble from " quibble"
4
+ import quibble from ' quibble' ;
5
5
6
6
import { authenticate } from './helpers/mock-github.js' ;
7
7
import * as RATE_LIMIT from './helpers/rate-limit.js' ;
Original file line number Diff line number Diff line change 1
1
import { escape } from 'node:querystring' ;
2
2
3
3
import nock from 'nock' ;
4
- import quibble from " quibble"
4
+ import quibble from ' quibble' ;
5
5
import SemanticReleaseError from '@semantic-release/error' ;
6
6
import sinon from 'sinon' ;
7
7
import test from 'ava' ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { readFile } from "node:fs/promises";
8
8
import { inRange } from "lodash-es" ;
9
9
import { Octokit } from "@octokit/rest" ;
10
10
import Proxy from "proxy" ;
11
- import quibble from " quibble" ;
11
+ import quibble from ' quibble' ; ;
12
12
import serverDestroy from "server-destroy" ;
13
13
import sinon from "sinon" ;
14
14
import test from "ava" ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import {resolve} from 'node:path';
3
3
import { escape } from 'node:querystring' ;
4
4
5
5
import nock from 'nock' ;
6
- import quibble from " quibble"
6
+ import quibble from ' quibble' ;
7
7
import sinon from 'sinon' ;
8
8
import tempy from 'tempy' ;
9
9
import test from 'ava' ;
You can’t perform that action at this time.
0 commit comments