Commit 435ce639 authored by Robert Knight's avatar Robert Knight

Sort test data vars in alphabetical order

parent 6b0d8696
...@@ -57,8 +57,8 @@ function createCharBoxes(text) { ...@@ -57,8 +57,8 @@ function createCharBoxes(text) {
} }
describe('ImageTextLayer', () => { describe('ImageTextLayer', () => {
let textLayers;
let containers; let containers;
let textLayers;
function createPageImage() { function createPageImage() {
const container = document.createElement('div'); const container = document.createElement('div');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment