Skip to content

Commit

Permalink
add env var for test runner
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Casey <[email protected]>
  • Loading branch information
jonathan-casey committed Oct 2, 2023
1 parent a8860fb commit 508bed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/concerto-core/test/decoratormanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ chai.use(require('chai-as-promised'));
describe('DecoratorManager', () => {

beforeEach(() => {
process.env.ENABLE_MAP_TYPE = 'true'; // TODO Remove on release of MapType
});

afterEach(() => {
Expand Down

0 comments on commit 508bed4

Please sign in to comment.