We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a3e00 commit 2670536Copy full SHA for 2670536
1 file changed
test/test.js
@@ -43,9 +43,9 @@ describe('Simple test', function() {
43
);
44
});
45
46
- it('include with data', function(done) {
+ it('include with locals', function(done) {
47
test(
48
- `<h1>index</h1><include src="./includes/3.html" data='{"text": 3}'></include>`,
+ `<h1>index</h1><include src="./includes/3.html" locals='{"text": 3}'></include>`,
49
`<h1>index</h1><h2>3</h2>`,
50
{ root: './test/' },
51
done
0 commit comments