mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
fix(#108): remove absolute path in emitted d.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Scope from 'src/scope/scope'
|
||||
import Scope from '../../../src/scope/scope'
|
||||
import { expect } from 'chai'
|
||||
import { evalExp, evalValue, isTruthy } from 'src/render/syntax'
|
||||
import { evalExp, evalValue, isTruthy } from '../../../src/render/syntax'
|
||||
|
||||
describe('render/syntax', function () {
|
||||
let scope: Scope
|
||||
|
||||
Reference in New Issue
Block a user