Explorar el Código

Remove test/_files/cli_output.txt

tags/v2.3.0
wizawu hace 10 años
padre
commit
c71fc6ff6b
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. +0
    -1
      test/_files/cli_output.txt
  2. +1
    -0
      test/cli-test.js

+ 0
- 1
test/_files/cli_output.txt Ver fichero

@@ -1 +0,0 @@
Howdy LeBron, CLI rox

+ 1
- 0
test/cli-test.js Ver fichero

@@ -67,6 +67,7 @@ describe('Mustache CLI', function () {
assert.equal(stderr, '');
assert.equal(stdout, '');
assert.equal(fs.readFileSync(outputFile), expectedOutput);
fs.unlink('test/_files/cli_output.txt');
done();
});
});


Cargando…
Cancelar
Guardar