npm run format
This commit is contained in:
parent
8227b1420c
commit
8794b1d101
5 changed files with 35 additions and 45 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue