Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 8ef3cab

Browse files
committed
Corrected module used with angular-mocks in tinymce.spec
1 parent 8de391e commit 8ef3cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tinymce.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ describe('uiTinymce', function () {
33
'use strict';
44

55
var scope, $compile, element, text = '<p>Hello</p>';
6-
beforeEach(module('ui'));
6+
beforeEach(module('ui.tinymce'));
77
beforeEach(function () {
88
// throw some garbage in the tinymce cfg to be sure it's getting thru to the directive
99
angular.module('ui.tinymce').value('uiTinymceConfig', {tinymce: {bar: 'baz'}});

0 commit comments

Comments
 (0)