From 0081d4d057f666abcf1dc77a15cde4055a83125d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 17 Feb 2022 22:12:58 +0530 Subject: chore: removes test dependency --- tests/replace.spec.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/replace.spec.ts b/tests/replace.spec.ts index 0130972..98f1540 100644 --- a/tests/replace.spec.ts +++ b/tests/replace.spec.ts @@ -1,8 +1,5 @@ import { jlog } from '../src/utils' import { replaceAll } from '../src' -import * as elxr from 'elxr' - -console.log(elxr) describe('Basic tests', () => { it('should', () => { -- cgit v1.3.1