mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
9720d18a0a
Not all of our server projects had associated test projects which caused them to be omitted from the code coverage. Added projects to ensure the coverage gets reported accurately.
11 lines
156 B
C#
11 lines
156 B
C#
namespace Events.Test;
|
|
|
|
// Delete this file once you have real tests
|
|
public class PlaceholderUnitTest
|
|
{
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
}
|
|
}
|