addlevelbutton test

This commit is contained in:
realaravinth
2021-05-07 15:21:27 +05:30
parent d2e4cf5187
commit 7b3f910da7
10 changed files with 209 additions and 18 deletions

View File

@@ -17,10 +17,6 @@
import CONST from '../const';
import {mockAlert} from '../../../../../setUpTests';
mockAlert();
/** returns number of level input fields currently in DOM */
const getNumLevels = () => {
let numLevels = 0;