update for remix-analyzer tests

pull/5/head
aniket-engg 4 years ago
parent 2aaa47b25a
commit 08bb4ba6f6
  1. 2
      libs/remix-analyzer/test/analysis/staticAnalysisIntegration-test-0.4.24.ts
  2. 2
      libs/remix-analyzer/test/analysis/staticAnalysisIntegration-test-0.5.0.ts
  3. 1
      libs/remix-analyzer/tsconfig.json
  4. 2
      libs/remix-astwalker/tsconfig.json
  5. 4
      tsconfig.json

@ -1,4 +1,4 @@
import * as test from "tape"
import { default as test } from "tape"
import { helpers } from '@remix-project/remix-lib'
import { readFileSync } from 'fs'
import { join } from 'path'

@ -1,4 +1,4 @@
import * as test from "tape"
import { default as test } from "tape"
import { helpers } from '@remix-project/remix-lib'
import { readFileSync } from 'fs'
import { join } from 'path'

@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["node"],
"esModuleInterop": true
},
"include": ["**/*.ts"]
}

@ -3,7 +3,7 @@
"compilerOptions": {
"types": ["node"],
"module": "commonjs",
"esModuleInterop": true,
"esModuleInterop": true
},
"include": ["**/*.ts"]
}

@ -9,7 +9,7 @@
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"module": "commonjs",
"typeRoots": ["node_modules/@types"],
"lib": ["es2017", "dom"],
"skipLibCheck": true,
@ -17,7 +17,7 @@
"baseUrl": ".",
"paths": {
"@remix-project/remix-analyzer": ["libs/remix-analyzer/index.ts"],
"@remix-project/remix-astwalker": ["dist/libs/remix-astwalker/src/index.ts"],
"@remix-project/remix-astwalker": ["libs/remix-astwalker/src/index.ts"],
"@remix-project/remix-debug": ["libs/remix-debug/index.js"],
"@remix-project/remix-lib": ["libs/remix-lib/index.js"],
"@remix-project/remix-simulator": ["libs/remix-simulator/index.js"],

Loading…
Cancel
Save