Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Nov 28, 2023
1 parent ead36d4 commit 1cbfe8c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/fn/watch-project.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function watchWrapper(action, file) {
});
}

describe.skip('watch-project', () => {
describe('watch-project', () => {
beforeEach(() => {
sinon.stub(environment, 'pathToProject').get(() => testDir);
sinon.stub(environment, 'extraArgs').get(() => { });
Expand Down Expand Up @@ -146,10 +146,6 @@ describe.skip('watch-project', () => {
status: 200,
body: { version: '3.5.0' },
},
{
status: 200,
body: { compressible_types: 'text/*, application/javascript, application/json, application/xml' },
},
);

return uploadCustomTranslations()
Expand Down

0 comments on commit 1cbfe8c

Please sign in to comment.