refactoring

This commit is contained in:
2018-09-07 16:19:30 +02:00
parent 27480c0290
commit 110deb867a
7 changed files with 80 additions and 84 deletions

View File

@ -8,8 +8,6 @@ using Yavsc.Services;
using Yavsc;
using Xunit;
using Npgsql;
using Microsoft.Data.Entity.Migrations;
using Microsoft.Data.Entity.Storage.Internal;
namespace test
{

View File

@ -20,8 +20,8 @@ using Yavsc.Helpers;
using Microsoft.Data.Entity;
using Xunit.Abstractions;
using System.IO;
using Yavsc.Lib;
using System.Linq;
using Yavsc.Server.Models.IT.SourceCode;
namespace test
{

View File

@ -29,7 +29,8 @@
"wwwroot",
"node_modules",
"bower_components",
"contrib"
"contrib",
"testingrepo"
],
"tooling": {
"defaultNamespace": "test"