Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 19, 2024
1 parent 372b264 commit da54d5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/tests/extras.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import ts from "typescript";
import * as config from "../config";
import { execSync } from "node:child_process";

/* ****************************************************************************************************************** *
* Tests
* ****************************************************************************************************************** */

describe(`Extra Tests`, () => {
const projectRoot = ts.normalizePath(path.join(projectsPaths, "extras"));
const indexFile = ts.normalizePath(path.join(projectRoot, "src/index.ts"));
Expand Down

0 comments on commit da54d5d

Please sign in to comment.