mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
chore(TypeScript): fix linting and generate .d.ts
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { resolve } from '../../src/parser/template-browser'
|
||||
import * as chai from 'chai'
|
||||
|
||||
const expect = chai.expect
|
||||
import { expect } from 'chai'
|
||||
|
||||
describe('template-browser', function () {
|
||||
if (+process.version.match(/^v(\d+)/)[1] < 8) {
|
||||
|
||||
Reference in New Issue
Block a user