Procházet zdrojové kódy

Rename test.js to models.js

Lutz Roeder před 5 roky
rodič
revize
547c1e6368
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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