Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
common.spec.ts 155 B
import StatusCode from './status.codes';

describe('StatusCode', () => {
  it('should be defined', () => {
    expect(StatusCode).toBeDefined();
  });
});