Improve error message (#132)

This commit is contained in:
David Finol
2021-07-01 06:39:05 -05:00
committed by GitHub
parent cf55f1c921
commit 6838fda7a4
4 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
import Input from './input';
jest.mock('./unity-version-parser');
describe('Input', () => {
describe('getFromUser', () => {
it('does not throw', () => {