Files
i399tester/hw4-spec.js
Märt Kalmo 907d3f1517 1st
2017-03-09 11:45:33 +02:00

10 lines
159 B
JavaScript

'use strict';
describe('Application part 4', function () {
it('should ...', function () {
fail('part 4 tests not implemented yet');
});
});