Skip to content

Commit cbb2ae3

Browse files
committed
Migrated backend, user, provider and mediator functionality (incomplete)
1 parent 8617d57 commit cbb2ae3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+5098
-2366
lines changed

.mocharc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extension": ["ts"],
3-
"spec": "src/**/*.spec.ts",
4-
"require": "ts-node/register"
2+
"extension": ["ts"],
3+
"spec": "src/**/*.spec.ts",
4+
"require": "ts-node/register"
55
}

.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"semi": false
2+
"semi": false,
3+
"tabWidth": 4
34
}

0 commit comments

Comments
 (0)