Skip to content

Commit

Permalink
Merge 2dbc157 into 37d1170
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkerd committed Mar 6, 2020
2 parents 37d1170 + 2dbc157 commit 18d7a43
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/eventresponses.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Name,Description
Shelter,Take shelter in place or per instruction
2 changes: 1 addition & 1 deletion test/fixtures/eventstatuses.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Name,Description
Exercise,Exercise
Exercise,Actionable only by designated exercise participants
2 changes: 1 addition & 1 deletion test/fixtures/eventurgencies.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Name,Description
Immediate,Immediate
Immediate,Responsive action SHOULD be taken immediately
12 changes: 2 additions & 10 deletions test/fixtures/predefines.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
const severities = [
const predefines = [
{
namespace: 'EventSeverity',
strings: { name: { en: 'Extreme' } },
},
{
namespace: 'EventSeverity',
strings: { name: { en: 'Severe' } },
},
{
namespace: 'EventStatus',
strings: { name: { en: 'Actual' } },
},
{
namespace: 'EventStatus',
strings: { name: { en: 'Exercise' } },
},
];

module.exports = severities;
module.exports = predefines;

0 comments on commit 18d7a43

Please sign in to comment.