Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

sapi init should properly scaffold tests #26

Description

@etsuo
describe('Password', () => {
  let sapi;
  beforeEach(() => {
    sapi = testSapi({
      providers: [
        PasswordService
      ]
    });
  });

  afterEach(() => {
    sapi.deregisterDependencies();
  });

  it(...) // whatever this is being done now
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions