diff options
Diffstat (limited to 'tests/replace.spec.ts')
| -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', () => { |
