REFACTOR: Support importing of Pretender

We shouldn't be using global variables for libraries.
This commit is contained in:
Robin Ward
2020-10-05 13:29:51 -04:00
parent f30c5a5c3a
commit 39ad9a4734
4 changed files with 9 additions and 3 deletions

View File

@ -150,6 +150,9 @@ var define, requirejs;
// eslint-disable-next-line
default: I18n,
},
pretender: {
default: window.Pretender,
},
};
}