diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-02-17 22:11:46 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-02-17 22:11:46 +0530 |
| commit | fee592d96c914336aaf96376524b81cb59dc6083 (patch) | |
| tree | 98d52cc7ee69d0d96d0d0b5d33e72151f7b3db4e /tests | |
| parent | 1a6d59b0efb4a79f4372a35163252f4d35bd5b7f (diff) | |
| download | elxr-0.0.2.tar.gz elxr-0.0.2.zip | |
v0.0.2v0.0.2
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/replace.spec.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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', () => { |
