fixed unnecessary logging and tests

This commit is contained in:
Klemek
2019-07-17 11:19:46 +02:00
parent 1bfdde5346
commit 0604b9bfe7
6 changed files with 35 additions and 51 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ test('test fail placing', () => {
test('no data', () => {
const res = faDiagrams.compute({});
expect(res).toEqual('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" stroke="black" fill="black"></svg>');
expect(res).toEqual('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" font-family="Arial" font-size="15" fill="black" stroke-width="0"></svg>');
});