8786b6fd08
* removes faker * attempts to fix global error in circle ci run * adds comments for destroyed check in file-to-array-buffer component
15 lines
245 B
JavaScript
15 lines
245 B
JavaScript
/* eslint-disable no-undef */
|
|
module.exports = {
|
|
env: {
|
|
embertest: true,
|
|
},
|
|
globals: {
|
|
server: true,
|
|
$: true,
|
|
authLogout: false,
|
|
authLogin: false,
|
|
pollCluster: false,
|
|
mountSupportedSecretBackend: false,
|
|
},
|
|
};
|