We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018f321 commit 07aaadcCopy full SHA for 07aaadc
test/resolveSpec.ts
@@ -642,7 +642,7 @@ describe('Resolvables system:', function() {
642
describe('custom Resolve Policy', () => {
643
let customResolvePolicy: CustomAsyncPolicy;
644
645
- fit('should wait for the promise to resolve before finishing the transition', async done => {
+ it('should wait for the promise to resolve before finishing the transition', async done => {
646
let resolve: (value: string) => void;
647
648
const resolvePromise: Promise<string> = new Promise(_resolve => {
0 commit comments