afterEach behavior

This commit is contained in:
Martin Camacho
2015-08-18 17:55:03 -04:00
parent 6028a5d92c
commit f3a7396845
3 changed files with 5 additions and 5 deletions

View File

@@ -217,10 +217,10 @@ describe("jasmine spec running", function () {
"beforeEach1",
"beforeEach2",
"outer it 1",
"afterEach2",
"afterEach1",
"runner afterEach2",
"runner afterEach1"
"afterEach2",
"runner afterEach1",
"runner afterEach2"
];
expect(actions).toEqual(expected);
done();