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 f12f24d commit 933b0f4Copy full SHA for 933b0f4
test/tasks/build.spec.js
@@ -17,7 +17,7 @@ describe('The Angularity build task should correctly build an existing project.'
17
});
18
19
afterEach(function () {
20
- //helper.cleanTestTemp();
+ helper.cleanTestTemp();
21
22
23
beforeEach(function () {
@@ -29,7 +29,7 @@ describe('The Angularity build task should correctly build an existing project.'
29
process.chdir(buildFolder);
30
31
32
- iit('should successfully build the minimal-es5 project\'s js.', function (done) {
+ it('should successfully build the minimal-es5 project\'s js.', function (done) {
33
helper.runAngularity('build')
34
.then(function (result) {
35
var expectedJSBundle = path.join(expectedBuildFolder, 'app-build', 'index.js');
0 commit comments