Skip to content

Commit 483bb5c

Browse files
committed
remove only
1 parent ecec11b commit 483bb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ca.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { CA, generateCACertificate } from '../src/util/tls';
1010
const nodeMajorVersion = parseInt(process.versions.node.split('.')[0], 10);
1111

1212
nodeOnly(() => {
13-
describe.only("Certificate generation", () => {
13+
describe("Certificate generation", () => {
1414
const caKey = fs.readFile(path.join(__dirname, 'fixtures', 'test-ca.key'), 'utf8');
1515
const caCert = fs.readFile(path.join(__dirname, 'fixtures', 'test-ca.pem'), 'utf8');
1616

0 commit comments

Comments
 (0)