Skip to content

Commit

Permalink
drop dead comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed May 16, 2023
1 parent f259b6c commit a8cfad3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/fast-check/test/e2e/documentation/Docs.md.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ import * as fs from 'fs';
import fc from '../../../src/fast-check';
import { globSync } from 'glob';

// For ES Modules:
//import { dirname } from 'path';
//import { fileURLToPath } from 'url';
//const __filename = fileURLToPath(import.meta.url);
//const __dirname = dirname(__filename);

const TargetNumExamples = 5;
const JsBlockStart = '```js';
const JsBlockEnd = '```';
Expand Down

0 comments on commit a8cfad3

Please sign in to comment.