[Test] Add spy method for addClass
Add spy method, fix a merge conflict that was improperly resolved in https://github.com/nasa/openmct/pull/922
This commit is contained in:
@@ -24,7 +24,15 @@ define(
|
|||||||
["../../src/directives/MCTPopup"],
|
["../../src/directives/MCTPopup"],
|
||||||
function (MCTPopup) {
|
function (MCTPopup) {
|
||||||
|
|
||||||
var JQLITE_METHODS = ["on", "off", "find", "parent", "css", "append"];
|
var JQLITE_METHODS = [
|
||||||
|
"on",
|
||||||
|
"off",
|
||||||
|
"find",
|
||||||
|
"parent",
|
||||||
|
"css",
|
||||||
|
"addClass",
|
||||||
|
"append"
|
||||||
|
];
|
||||||
|
|
||||||
describe("The mct-popup directive", function () {
|
describe("The mct-popup directive", function () {
|
||||||
var mockCompile,
|
var mockCompile,
|
||||||
|
|||||||
Reference in New Issue
Block a user