10 lines
No EOL
260 B
Text
10 lines
No EOL
260 B
Text
// License: LGPL-3.0-or-later
|
|
import * as React from 'react';
|
|
import 'jest';
|
|
import <%= file_name.camelize %> from './<%= file_name.camelize%>'
|
|
|
|
describe('<%= file_name.camelize %>', () => {
|
|
test('your test here', () => {
|
|
expect(false).toBe(true)
|
|
})
|
|
}) |