Bugfix/improve code coverage (#4)

* Improved coverage

* Finished
This commit is contained in:
0xJ1M
2023-09-11 21:48:27 +01:00
committed by GitHub
parent c6b21dcf28
commit 461a60ff77
6 changed files with 296 additions and 45 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EngineTests.Parser_Tests.Nodes
{
internal class BaseNodeTests
{
}
}