mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 22:10:41 -07:00
fix(#108): remove absolute path in emitted d.ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as chai from 'chai'
|
||||
|
||||
const expect = chai.expect
|
||||
const lexical = require('src/parser/lexical')
|
||||
const lexical = require('../../../src/parser/lexical')
|
||||
|
||||
describe('lexical', function () {
|
||||
it('should test range literal', function () {
|
||||
|
||||
Reference in New Issue
Block a user