-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Add acceptance tests for syntax error and missing files
- Add two acceptance tests: - not throwing exception when an unexpected error occurs, i.e., a file that does not exist. - not throwing exception when syntax errors are detected in project descrioptions; - Fix ESLint & TSLint error, including those related to explicit 'any' type
- Loading branch information
Franck Chauvel
committed
Jan 28, 2020
1 parent
64c0594
commit d6ffa92
Showing
7 changed files
with
88 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# | ||
# Copyright (C) 2019, 2020 Franck Chauvel | ||
# All rights reserved. | ||
# | ||
# This software may be modified and distributed under the terms | ||
# of the MIT license. | ||
# | ||
# See the LICENSE file for details. | ||
# | ||
|
||
project: | ||
name: Erroneous | ||
origin: "2020-09-16" | ||
breakdown: | ||
- name: First Tasks | ||
start: 5 | ||
duration: 7 | ||
coolstuff: Stufff! | ||
# Empty work package | ||
- name: First Package | ||
breakdown: [] | ||
milestones: | ||
# Milestone after project | ||
- name: First milestone | ||
date: 18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters