Skip to content

Commit

Permalink
Fixing test (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 19, 2024
1 parent 459b997 commit e8abc40
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/util/ExtendedMap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ import { describe, expect, it } from 'vitest';
import { ExtendedMap } from './ExtendedMap';

describe('ExtendedMap Test Suite', () => {
it('CI test', () => {
throw new Error('This is testing CI');
});

it('CI test 2', () => {
expect(4).toBe(5);
});

it('getOrThrow', () => {
const map = new ExtendedMap<string, number>();

Expand Down

0 comments on commit e8abc40

Please sign in to comment.