Skip to content

Commit

Permalink
[dash0] frontend: add k8s resource detector
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Mar 13, 2024
1 parent 87bf8b4 commit b72cf7e
Show file tree
Hide file tree
Showing 7 changed files with 7,576 additions and 4,251 deletions.
1 change: 1 addition & 0 deletions src/frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
16 changes: 16 additions & 0 deletions src/frontend/jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* For a detailed explanation regarding each configuration property, visit:
* https://jestjs.io/docs/configuration
*/

import type { Config } from 'jest';

const config: Config = {
preset: 'ts-jest',
testEnvironment: 'node',
clearMocks: true,
coverageProvider: 'v8',
modulePathIgnorePatterns: ['.next'],
};

export default config;
Loading

0 comments on commit b72cf7e

Please sign in to comment.