Fabian Enos

Results 4 issues of Fabian Enos

Hi, I'm trying to test an API that returns an error message with different status codes when different things go wrong. The problem I have encountered is that when the...

After I install `@dodona/dolos-lib` and then manually add `d3-dsv` because of #796, I get the following: ```bash /home/fabian/dev/tmp/dolos-test/node_modules/@dodona/dolos-lib/dist/dolos.js:34 const d3_dsv_1 = require("d3-dsv"); ^ Error [ERR_REQUIRE_ESM]: require() of ES Module /home/fabian/dev/tmp/dolos-test/node_modules/d3-dsv/src/index.js...

Is there a way we can add automated tests? That might help with testing cards and their abilities as they get more complex.

I have an object similar to this: ```json { "1": [ {"a": "valueA", "b": "valueB"}, {"a": "valueC", "b": "valueD"}, ], "2": [ {"a": "valueE", "b": "valueF"}, {"a": "valueG", "b": "valueH"},...