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 Jan 9, 2022
1 parent 566ec2d commit 6272941
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 6272941

Please sign in to comment.