From fe76ba7a8ca513db31a4fb9424c00297360fecec Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 18 Apr 2017 16:17:50 +1000 Subject: [PATCH] Add missing xunit file --- tests/ImageSharp.Tests/xunit.runner.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/ImageSharp.Tests/xunit.runner.json diff --git a/tests/ImageSharp.Tests/xunit.runner.json b/tests/ImageSharp.Tests/xunit.runner.json new file mode 100644 index 000000000..df1c3d50d --- /dev/null +++ b/tests/ImageSharp.Tests/xunit.runner.json @@ -0,0 +1,3 @@ +{ + "methodDisplay": "method" +} \ No newline at end of file