1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

add test for exportToFile

This commit is contained in:
lana-k
2021-01-21 12:49:10 +01:00
parent 1be139d327
commit 6886b7903f
4 changed files with 72 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ module.exports = function (config) {
{
test: /\.js$/,
include: /src/,
exclude: /(node_modules|bower_components|\.spec\.js$|\/file)/,
exclude: /(node_modules|bower_components|\.spec\.js$)/,
use: [
{
loader: 'istanbul-instrumenter-loader',