Simple handlebars test added (old usage)
This commit is contained in:
38
test/hbs/snapshots/test.js.md
Normal file
38
test/hbs/snapshots/test.js.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Snapshot report for `test/hbs/test.js`
|
||||
|
||||
The actual snapshot is saved in `test.js.snap`.
|
||||
|
||||
Generated by [AVA](https://avajs.dev).
|
||||
|
||||
## handlebars
|
||||
|
||||
> Snapshot 1
|
||||
|
||||
[
|
||||
{
|
||||
code: `(function (factory) {␊
|
||||
typeof define === 'function' && define.amd ? define(factory) :␊
|
||||
factory();␊
|
||||
})((function () { 'use strict';␊
|
||||
␊=-u
|
||||
␊
|
||||
␊
|
||||
}));␊
|
||||
`,
|
||||
fileName: 'batman.js',
|
||||
map: null,
|
||||
source: undefined,
|
||||
},
|
||||
{
|
||||
code: undefined,
|
||||
fileName: 'index.html',
|
||||
map: undefined,
|
||||
source: `<html>␊
|
||||
<meta data-test="a"/>␊
|
||||
<body>␊
|
||||
<script src="./batman.js" type="module"></script>␊
|
||||
</body>␊
|
||||
</html>␊
|
||||
`,
|
||||
},
|
||||
]
|
||||
BIN
test/hbs/snapshots/test.js.snap
Normal file
BIN
test/hbs/snapshots/test.js.snap
Normal file
Binary file not shown.
Reference in New Issue
Block a user