import { assert } from 'chai';

describe('Stub Tests! Replace with working real tests!', () => {
    it('should be a successful test', () => {
        assert.isTrue(true);
    });
});
