Skip to content

Commit

Permalink
Re-enable embroider testing #34, #33, #72
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 12, 2021
1 parent c73b02b commit 78a7ecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/ember-try.js
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down Expand Up @@ -47,8 +47,8 @@ module.exports = async function () {
},
},
},
// embroiderSafe(), // FIXME: https://github.com/GavinJoyce/ember-headlessui/issues/34
// embroiderOptimized(),
embroiderSafe(),
embroiderOptimized(),
],
};
};

0 comments on commit 78a7ecd

Please sign in to comment.