Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
module.spec.ts 179 B
import PrincipalModule from './module';

describe('Check if the module is working', () => {
  it('should be defined', () => {
    expect(PrincipalModule).toBeDefined();
  });
});