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

test files in ts

parent 535b0f58
'use strict' 'use strict'
const tape = require('tape') import * as tape from 'tape'
const txFormat = require('../src/execution/txFormat') const txFormat = require('../src/execution/txFormat')
const txHelper = require('../src/execution/txHelper') const txHelper = require('../src/execution/txHelper')
const util = require('../src/util') const util = require('../src/util')
......
...@@ -8,7 +8,10 @@ ...@@ -8,7 +8,10 @@
"rootDir": "./", "rootDir": "./",
"types": ["node"] "types": ["node"]
}, },
"exclude": ["**/*.spec.js"], "exclude": [
"**/*.spec.js",
"test/"
],
"include": [ "include": [
"src/**/*.js", "src/**/*.js",
"./index.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