fix(config): made config optional
This commit is contained in:
@@ -348,3 +348,4 @@ MigrationBackup/
|
||||
|
||||
# Ionide (cross platform F# VS Code tools) working folder
|
||||
.ionide/
|
||||
xUnitRevit/config.json
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"startupAssemblies": [
|
||||
"C:\\Code\\Speckle-Next\\SpeckleKitRevit\\SpeckleRevitTests\\bin\\Debug\\SpeckleRevitTests.dll"
|
||||
],
|
||||
"autoStart": true
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"startupAssemblies": [
|
||||
"C:\\Code\\Speckle-Next\\ConverterRevit\\SpeckleRevitTests\\bin\\Debug\\SpeckleRevitTests.dll"
|
||||
],
|
||||
"autoStart": true
|
||||
}
|
||||
Reference in New Issue
Block a user