From da54d5d16d895eb5418c95b169aabe8a3112e8fd Mon Sep 17 00:00:00 2001 From: Daniel Perez Alvarez Date: Mon, 19 Aug 2024 17:28:04 -0400 Subject: [PATCH] remove comments --- test/tests/extras.test.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/tests/extras.test.ts b/test/tests/extras.test.ts index 58ffb73..1b7a4e7 100755 --- a/test/tests/extras.test.ts +++ b/test/tests/extras.test.ts @@ -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"));