diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-03-22 08:36:13 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-03-22 08:36:13 +0300 |
commit | 4f448f203471a19a1444555a895f503515ad2fda (patch) | |
tree | 301b7df2561d650e4d300d24341342bd77ac7f3e /RhSolutions.Tests/Usings.cs | |
parent | 6484cac4f025bd84f7ffa2b2030d729dafe09d3d (diff) |
Add basic test
Diffstat (limited to 'RhSolutions.Tests/Usings.cs')
-rw-r--r-- | RhSolutions.Tests/Usings.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RhSolutions.Tests/Usings.cs b/RhSolutions.Tests/Usings.cs new file mode 100644 index 0000000..ef40d98 --- /dev/null +++ b/RhSolutions.Tests/Usings.cs @@ -0,0 +1,3 @@ +global using Xunit; +global using Microsoft.Office.Interop.Excel; +global using ExcelDna.Testing; |