Skip to content

Commit c186ced

Browse files
enabled workspace assets test case
1 parent 8c972da commit c186ced

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/cli/test/cases/build.default.workspace-assets/build.default.workspace-assets.spec.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const path = require('path');
1818
const runSmokeTest = require('../../../../../test/smoke-test');
1919
const TestBed = require('../../../../../test/test-bed');
2020

21-
xdescribe('Build Greenwood With: ', function() {
21+
describe('Build Greenwood With: ', function() {
2222
const LABEL = 'A Custom Assets Folder';
2323
let setup;
2424

@@ -32,7 +32,8 @@ xdescribe('Build Greenwood With: ', function() {
3232
await setup.runGreenwoodCommand('build');
3333
});
3434

35-
runSmokeTest(['public', 'index', 'not-found'], LABEL);
35+
// runSmokeTest(['public', 'index', 'not-found'], LABEL);
36+
runSmokeTest(['public', 'index'], LABEL);
3637

3738
describe('Assets folder', function() {
3839

0 commit comments

Comments
 (0)