Skip to content

Commit 933b0f4

Browse files
committed
cleanup dev checks.
1 parent f12f24d commit 933b0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tasks/build.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('The Angularity build task should correctly build an existing project.'
1717
});
1818

1919
afterEach(function () {
20-
//helper.cleanTestTemp();
20+
helper.cleanTestTemp();
2121
});
2222

2323
beforeEach(function () {
@@ -29,7 +29,7 @@ describe('The Angularity build task should correctly build an existing project.'
2929
process.chdir(buildFolder);
3030
});
3131

32-
iit('should successfully build the minimal-es5 project\'s js.', function (done) {
32+
it('should successfully build the minimal-es5 project\'s js.', function (done) {
3333
helper.runAngularity('build')
3434
.then(function (result) {
3535
var expectedJSBundle = path.join(expectedBuildFolder, 'app-build', 'index.js');

0 commit comments

Comments
 (0)