set the right spec property key
This commit is contained in:
@@ -2303,7 +2303,7 @@ describe('Env integration', function() {
|
|||||||
env.afterEach(function() {
|
env.afterEach(function() {
|
||||||
env.setSpecProperty(
|
env.setSpecProperty(
|
||||||
'willChangeInAfterEach',
|
'willChangeInAfterEach',
|
||||||
env.getSpecProperty('willChange') + 1
|
env.getSpecProperty('willChangeInAfterEach') + 1
|
||||||
);
|
);
|
||||||
env.setSpecProperty('fromAfterEach', 'Cheese');
|
env.setSpecProperty('fromAfterEach', 'Cheese');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user