npm run format

This commit is contained in:
Danny Coates 2019-01-24 12:31:20 -08:00
parent 8227b1420c
commit 8794b1d101
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 35 additions and 45 deletions

View file

@ -30,12 +30,10 @@ module.exports = function(app) {
timeout: 5000
});
</script>
${
initScript({
cspNonce: 'test',
locale: 'en-US'
})
}
${initScript({
cspNonce: 'test',
locale: 'en-US'
})}
<script src="${assets.get('tests.js')}"></script>
</head>
<body>