tests: updates snapshot testing

This commit is contained in:
Nuno Maduro
2023-03-20 16:10:53 +00:00
parent 17e242a5f6
commit 5723da1043
3 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,3 @@
test('global functions are loaded', function () {
expect(helper_returns_string())->toBeString();
});