Skip to content

Commit

Permalink
Added runtime integration tests (#473)
Browse files Browse the repository at this point in the history
* Added runtime integration tests

* bondedFinance Tests Implementation.
  • Loading branch information
Dominique-Roth committed Jan 12, 2022
1 parent be98233 commit 845a4d4
Show file tree
Hide file tree
Showing 21 changed files with 7,658 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration-tests/runtime-tests/.codeac.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: '1'
tools:
eslint:
ext: '.ts,.tsx'
tslint:
enabled: false
14 changes: 14 additions & 0 deletions integration-tests/runtime-tests/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
env:
browser: false
es2021: true
extends:
- "plugin:@typescript-eslint/recommended"
parser: '@typescript-eslint/parser'
parserOptions:
project: ["./tsconfig.json"]
ecmaVersion: 2020
sourceType: module
plugins:
- '@typescript-eslint'
rules: {}
ignorePatterns: ["src/**/**.d.ts", "src/**/**.js", "src/frontend/generated/*"]

0 comments on commit 845a4d4

Please sign in to comment.