We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d33cbe commit 2655e84Copy full SHA for 2655e84
tests/cypress/integration/flattenChoices_spec.js
@@ -3,7 +3,7 @@ import {flattenChoices} from "../../../js/lib/helper";
3
4
describe('flattenChoices() Tests', () => {
5
it("should properly flatten", () => {
6
- let input = [
+ const input = [
7
{headline: null, choices: [1,2,3]},
8
{headline: null, choices: [4,5,6]},
9
];
0 commit comments