chore: format all frontend files (#430)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { compareNodePosition } from '../src/utils/helper/compare-node-position';
|
||||
|
||||
describe('compareNodePosition', () => {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { findAncestorNodeByTagName } from '../src/utils/helper/find-ancestor-node-by-tag-name';
|
||||
|
||||
describe('findAncestorNodeByTagName', () => {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { findLastChildNode } from '../src/utils/helper/find-last-child-node';
|
||||
|
||||
describe('findLastChildNode', () => {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { findLastSiblingNode } from '../src/utils/helper/find-last-sibling-node';
|
||||
|
||||
describe('findLastSiblingNode', () => {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { findNearestAnchor } from '../src/utils/helper/find-nearest-link-node';
|
||||
|
||||
describe('findNearestAnchor', () => {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { getAllChildNodesInNode } from '../src/utils/helper/get-all-child-nodes-in-node';
|
||||
|
||||
describe('getAllChildNodesInNode', () => {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { getAllNodesInRange } from '../src/utils/helper/get-all-nodes-in-range';
|
||||
|
||||
describe('getAllNodesInRange', () => {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { getRangeDirection } from '../src/utils/helper/get-range-direction';
|
||||
|
||||
describe('getRangeDirection', () => {
|
||||
|
||||
Reference in New Issue
Block a user