Skip to content

Commit

Permalink
Fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Feb 20, 2021
1 parent 8bdb52d commit 2bbdcc9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions scripts/template/test.mjs.jst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ import {getTester} from './utils/test.js';

const {test} = getTester(import.meta);

test.visualize({
test.snapshot({
valid: [
'const foo = \'🦄\';'
'const foo = "🦄";'
],
invalid: [
{
'const foo = \'unicorn\'
}
'const foo = "unicorn";'
]
});

0 comments on commit 2bbdcc9

Please sign in to comment.