mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -07:00
chore(typescript): ship to TypeScript
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
import { read } from '../../src/template-browser.js'
|
||||
import sinon from 'sinon'
|
||||
import chai from 'chai'
|
||||
import { read } from '../../src/template-browser'
|
||||
import * as sinon from 'sinon'
|
||||
import * as chai from 'chai'
|
||||
|
||||
chai.use(require('chai-as-promised'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user