Skip to content

Commit 07aaadc

Browse files
fixup
1 parent 018f321 commit 07aaadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/resolveSpec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ describe('Resolvables system:', function() {
642642
describe('custom Resolve Policy', () => {
643643
let customResolvePolicy: CustomAsyncPolicy;
644644

645-
fit('should wait for the promise to resolve before finishing the transition', async done => {
645+
it('should wait for the promise to resolve before finishing the transition', async done => {
646646
let resolve: (value: string) => void;
647647

648648
const resolvePromise: Promise<string> = new Promise(_resolve => {

0 commit comments

Comments
 (0)