# -*- mode: snippet; require-final-newline: nil -*-
# name: Testing `test` block
# key: test
# uuid: test
# --
test('should $1', () => {
 $0
})`(js-react-redux-yasnippets-semicolon)`