Skip to content

Instantly share code, notes, and snippets.

View McTristan's full-sized avatar

Sandro Lange McTristan

  • Germany
View GitHub Profile
describe('remote server node', () => {
beforeEach((done: () => void) => {
helper.start(done);
});
afterEach(async (done: () => void) => {
await helper.stop(done);
});
test('should be loaded', async (done: () => void) => {
using System;
using Microsoft.Extensions.DependencyInjection;
namespace ViMobile.Utilities.DependencyInjection
{
public static class IoCNew
{
private static readonly ServiceCollection ServiceCollection;
static IoCNew()