refactoring
This commit is contained in:
@@ -11,7 +11,6 @@ QUnit.module('UtilsTest', function () {
|
||||
const csv = Utils.convertDict2CSV(dict);
|
||||
|
||||
// Then
|
||||
const csvExpected = '"MM,R","VARCEL"\n26.17432376240791,10.549534724816644';
|
||||
assert.equal(csv, csvExpected);
|
||||
assert.equal(csv, '"MM,R","VARCEL"\n26.17432376240791,10.549534724816644');
|
||||
});
|
||||
});
|
||||
@@ -9,6 +9,7 @@
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<title>Symptoms caused by Vaccines</title>
|
||||
<script src="../../docs/Utils.js"></script>
|
||||
<script src="../../docs/Dict2CsvConverter.js"></script>
|
||||
<script src="../../docs/UIUtils.js"></script>
|
||||
<script src="../../docs/NumberWithBarElementFactory.js"></script>
|
||||
<script src="../../docs/SymptomsCausedByVaccines/js/PageInitializer.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user