Commit 1edeaa3b authored by aniket-engg's avatar aniket-engg Committed by Aniket

test files in ts

parent 535b0f58
'use strict'
const tape = require('tape')
import * as tape from 'tape'
const txFormat = require('../src/execution/txFormat')
const txHelper = require('../src/execution/txHelper')
const util = require('../src/util')
......
......@@ -8,7 +8,10 @@
"rootDir": "./",
"types": ["node"]
},
"exclude": ["**/*.spec.js"],
"exclude": [
"**/*.spec.js",
"test/"
],
"include": [
"src/**/*.js",
"./index.js"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment