Skip to content
Snippets Groups Projects
Commit 76e40f4e authored by Tom Robinson's avatar Tom Robinson
Browse files

Add metabase-bootstrap.js to testing environment to emulate settings inlined in our index.html

parent 34986378
Branches
Tags
No related merge requests found
......@@ -7,6 +7,7 @@ module.exports = function(config) {
config.set({
basePath: '../',
files: [
'test/metabase-bootstrap.js',
'../resources/frontend_client/app/dist/vendor.bundle.js',
'../resources/frontend_client/app/dist/app.bundle.js',
'../node_modules/angular-mocks/angular-mocks.js',
......
window.MetabaseBootstrap = {
"timezones": [
"GMT",
"UTC",
"US\/Alaska",
"US\/Arizona",
"US\/Central",
"US\/Eastern",
"US\/Hawaii",
"US\/Mountain",
"US\/Pacific",
"America\/Costa_Rica"
]
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment