symbol.spec.ts 154 Bytes
import { Symbol } from './symbol';

describe('Symbol', () => {
  it('should create an instance', () => {
    expect(new Symbol()).toBeTruthy();
  });
});