From b8729984563cc607ecffedc1638edfccef9f4dda Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Sun, 3 Oct 2021 11:17:33 -0400 Subject: [PATCH] Re-enable embroider testing #34, #33, #72 --- config/ember-try.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/ember-try.js b/config/ember-try.js index a495eae..44564be 100644 --- a/config/ember-try.js +++ b/config/ember-try.js @@ -1,7 +1,7 @@ 'use strict'; const getChannelURL = require('ember-source-channel-url'); -// const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup'); +const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup'); module.exports = async function () { return { @@ -39,8 +39,8 @@ module.exports = async function () { }, }, }, - // embroiderSafe(), // FIXME: https://github.com/GavinJoyce/ember-headlessui/issues/34 - // embroiderOptimized(), + embroiderSafe(), + embroiderOptimized(), ], }; };