7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
import { ScoringGroup } from '../src/models/ScoringGroup';
|
|
import { expect } from 'chai';
|
|
|
|
describe('ScoringGroup', function () {
|
|
throw new Error('Not implemented');
|
|
});
|