Skip to content

Commit 7981960

Browse files
fix test name
1 parent 226c56f commit 7981960

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
@@ -31,7 +31,7 @@ describe('ThemeBuilder bootstrap integration tests', () => {
3131
await rm(join(workDirectory, 'node_modules'), { recursive: true, force: true });
3232
});
3333

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

3737
const runResult = spawnSync('node', [

0 commit comments

Comments
 (0)