Default unityVersion to auto to use ProjectSettings/ProjectVersion.txt (#162) (#188)

This commit is contained in:
David Finol
2020-12-28 23:36:31 -06:00
committed by GitHub
parent 602b0b45d7
commit 32acb22fec
9 changed files with 90 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ afterEach(() => {
describe('Input', () => {
describe('unityVersion', () => {
it('returns the default value', () => {
expect(Input.unityVersion).toStrictEqual('');
expect(Input.unityVersion).toStrictEqual('auto');
});
it('takes input from the users workflow', () => {