From fee592d96c914336aaf96376524b81cb59dc6083 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 17 Feb 2022 22:11:46 +0530 Subject: v0.0.2 --- tests/replace.spec.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/replace.spec.ts b/tests/replace.spec.ts index 98f1540..0130972 100644 --- a/tests/replace.spec.ts +++ b/tests/replace.spec.ts @@ -1,5 +1,8 @@ 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