-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest.js
More file actions
9 lines (9 loc) · 674 Bytes
/
test.js
File metadata and controls
9 lines (9 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
describe('Check VS Includes', function () {
it('should return the nr of not included files when a pattern argument is given that is only a string:)', function() {
});
it('should work with patterns as an array of strings');
it('should return a clear error message work when a .csproj file is specified that does not exist.');
it('should return a clear error message work when a .csproj file is specified that does not exist.');
it('should return a message in the singular form when only 1 file is not included');
it('should return results if one or more itemgroup have not included files, but the last item group does not contain content');
});