Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit e67ec87

Browse files
Gorashdmo-odoo
authored andcommitted
[FIX] Align: remove "only" in test.ts
1 parent 12571c2 commit e67ec87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-align/test/Align.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function align(type: AlignType) {
1717
}
1818

1919
describePlugin(Align, testEditor => {
20-
describe.only('align', () => {
20+
describe('align', () => {
2121
describe('left', () => {
2222
it('should align left', async () => {
2323
await testEditor(BasicEditor, {

0 commit comments

Comments
 (0)