Skip to content

Commit

Permalink
Add Test File for h5p-library-management
Browse files Browse the repository at this point in the history
  • Loading branch information
casparneumann-cap committed Nov 21, 2023
1 parent 45969e0 commit 74e4c05
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { h5PLibraryManagementConfig } from './h5p-library-management.config';

describe('H5PLibraryManagementConfig', () => {
describe('h5PLibraryManagementConfig', () => {
describe('when h5PLibraryManagementConfig is called', () => {
it('should get Object s3ConfigLibraries', () => {
const config = h5PLibraryManagementConfig();
expect(config).toBeDefined();
});
});
});
});

0 comments on commit 74e4c05

Please sign in to comment.