Explorar o código

Rename test.js to models.js

Lutz Roeder %!s(int64=5) %!d(string=hai) anos
pai
achega
547c1e6368
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile
  2. 0 0
      test/models.js

+ 1 - 1
Makefile

@@ -44,7 +44,7 @@ lint: install
 	npx eslint src/*.js test/*.js setup/*.js tools/*.js
 
 test: install
-	node ./test/test.js
+	node ./test/models.js
 
 start: install
 	npx electron .

+ 0 - 0
test/test.js → test/models.js