Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 13, 2021
1 parent c82a269 commit 2410b63
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import { CustomAttributeDefinition } from "./CustomAttributeDefinition";

jest.mock('../../../App.constant', () => ({
get API_BASE_PATH() {
return '/';
}
}));


describe('formatter', () => {
it('should format the object passed for the json-schema-form', () => {
Expand Down

0 comments on commit 2410b63

Please sign in to comment.