refactor: migrate project and start refactor
This commit is contained in:
11
BallanceTasEditorTest/UnitTest1.cs
Normal file
11
BallanceTasEditorTest/UnitTest1.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using System;
|
||||
|
||||
namespace BallanceTasEditorTest {
|
||||
[TestClass]
|
||||
public class UnitTest1 {
|
||||
[TestMethod]
|
||||
public void TestMethod1() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user