Skip to content

Commit 83af9ce

Browse files
committed
Adding default plugins and framework
1 parent 8207f61 commit 83af9ce

20 files changed

+4627
-64
lines changed

conf.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"plugins_enabled": ["default", "portkey"],
3+
"credentials": {
4+
"portkey": {
5+
"apiKey": "..."
6+
}
7+
}
8+
}

conf_sample.json

Whitespace-only changes.

jest.config.cjs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/** @type {import('ts-jest').JestConfigWithTsJest} */
2+
module.exports = {
3+
preset: 'ts-jest',
4+
testEnvironment: 'node',
5+
};

0 commit comments

Comments
 (0)