eedcdf2f17
refs #6039 - adds ember-cli-mirage dependency - sets up mirage to match our API endpoints and responses - adds fixture data for settings that are always present for all blogs - converts existing acceptance tests to use mirage
59 lines
949 B
Plaintext
59 lines
949 B
Plaintext
{
|
|
"predef": [
|
|
"server",
|
|
"authenticateSession",
|
|
"invalidateSession",
|
|
"currentSession",
|
|
"document",
|
|
"window",
|
|
"location",
|
|
"setTimeout",
|
|
"$",
|
|
"-Promise",
|
|
"define",
|
|
"console",
|
|
"visit",
|
|
"exists",
|
|
"fillIn",
|
|
"click",
|
|
"keyEvent",
|
|
"triggerEvent",
|
|
"find",
|
|
"findWithAssert",
|
|
"wait",
|
|
"DS",
|
|
"andThen",
|
|
"currentURL",
|
|
"currentPath",
|
|
"currentRouteName",
|
|
"expect"
|
|
],
|
|
"mocha": true,
|
|
"node": false,
|
|
"browser": false,
|
|
"boss": true,
|
|
"curly": false,
|
|
"debug": false,
|
|
"devel": false,
|
|
"eqeqeq": true,
|
|
"evil": true,
|
|
"expr": true,
|
|
"forin": false,
|
|
"immed": false,
|
|
"laxbreak": false,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": false,
|
|
"nonew": false,
|
|
"nomen": false,
|
|
"onevar": false,
|
|
"plusplus": false,
|
|
"regexp": false,
|
|
"undef": true,
|
|
"sub": true,
|
|
"strict": false,
|
|
"white": false,
|
|
"eqnull": true,
|
|
"esnext": true
|
|
}
|