Skip to content

Commit b8da6cb

Browse files
WIP. check testing
1 parent 4483736 commit b8da6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/testing/themebuilder/bootstrap.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('ThemeBuilder bootstrap integration tests', () => {
6969
expect(themeContent.indexOf('123456') !== -1).toBe(true);
7070
});
7171

72-
test('Change primary color (bootstrap 4)', async() => {
72+
test('Change primary color (bootstrap 4) WIP', async() => {
7373
await writeFile(join(workDirectory, 'bootstrap4.scss'), '$primary: #123456;\n');
7474

7575
const runResult = spawnSync('node', [

0 commit comments

Comments
 (0)