From 00e7ac97f68381f7d7bd82f41c4ac34e5abd3065 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Sat, 2 Apr 2022 01:58:27 +0800 Subject: [PATCH] Test: add a case for #180 --- test/modules/sortAttributesWithLists.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/modules/sortAttributesWithLists.js b/test/modules/sortAttributesWithLists.js index 1596c33..fd3ab7d 100644 --- a/test/modules/sortAttributesWithLists.js +++ b/test/modules/sortAttributesWithLists.js @@ -11,6 +11,16 @@ describe('sortAttributesWithLists', () => { ); }); + it('issue #180', () => { + return init( + '', + '', + { + sortAttributesWithLists: 'alphabetical', + } + ); + }); + it('frequency', () => { return init( '
',