Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Jul 23, 2021
1 parent 5f04f4f commit c24ca2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { coreTokens } from '../../../src/di';

import { CounterTestRunner, SecondTimeIsTheCharm } from './additional-test-runners';

describe.only(`${createTestRunnerFactory.name} integration`, () => {
describe(`${createTestRunnerFactory.name} integration`, () => {
let createSut: () => Required<TestRunner>;
let sut: Required<TestRunner>;
let loggingContext: LoggingClientContext;
Expand Down

0 comments on commit c24ca2b

Please sign in to comment.