Skip to content

Commit

Permalink
Re-enable embroider testing GavinJoyce#34, GavinJoyce#33, GavinJoyce#72
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 3, 2021
1 parent bf9728c commit b872998
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 @@ -39,8 +39,8 @@ module.exports = async function () {
},
},
},
// embroiderSafe(), // FIXME: https://github.com/GavinJoyce/ember-headlessui/issues/34
// embroiderOptimized(),
embroiderSafe(),
embroiderOptimized(),
],
};
};

0 comments on commit b872998

Please sign in to comment.