Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
lipsumar committed Jul 9, 2024
1 parent ecec11b commit 483bb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ca.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { CA, generateCACertificate } from '../src/util/tls';
const nodeMajorVersion = parseInt(process.versions.node.split('.')[0], 10);

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

Expand Down

0 comments on commit 483bb5c

Please # to comment.