Naming
This commit is contained in:
6
test/GCode.FileOperation.test.js
Executable file
6
test/GCode.FileOperation.test.js
Executable file
@@ -0,0 +1,6 @@
|
||||
const GCode = require('../robot/GCode.js');
|
||||
|
||||
test('GCode - FPoint', () => {
|
||||
var x = GCode.ContainsFilesCommand("FPoint") ;
|
||||
expect(x).toBe(true);
|
||||
});
|
||||
Reference in New Issue
Block a user