10 lines
159 B
JavaScript
10 lines
159 B
JavaScript
'use strict';
|
|
|
|
describe('Application part 4', function () {
|
|
|
|
it('should ...', function () {
|
|
fail('part 4 tests not implemented yet');
|
|
});
|
|
|
|
});
|