Skip to content

Commit

Permalink
add reflect metadata back
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Dec 23, 2024
1 parent dd13b95 commit c3a9691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import yargs from 'yargs';
import {hideBin} from 'yargs/helpers';
import 'dotenv/config';
import path from 'path';
// eslint-disable-next-line n/no-extraneous-import
import 'reflect-metadata';
import './core/container_init.js';
import {ListrLogger} from 'listr2';

Expand Down
2 changes: 2 additions & 0 deletions test/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
import * as chai from 'chai';
import chaiAsPromised from 'chai-as-promised';
import sinonChai from 'sinon-chai';
// eslint-disable-next-line n/no-extraneous-import
import 'reflect-metadata';
import {resetTestContainer} from './test_container.js';

resetTestContainer();
Expand Down

0 comments on commit c3a9691

Please sign in to comment.