GithubHelp home page GithubHelp logo

cmdv / react-testing-webpack-tape Goto Github PK

View Code? Open in Web Editor NEW
84.0 84.0 7.0 2.89 MB

Boilerplate for bdd / tdd / testing with Tape + Testem + Webpack + Babel + React

JavaScript 91.74% HTML 8.26%

react-testing-webpack-tape's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

react-testing-webpack-tape's Issues

Compiling the tests

There seems to be a little bit of a delay when "Glob" is used to compile the tests, could webpack take over this part of the code?

Never ending tests just hang

This is really a bug somewhere between tape/webpack, but since you're putting this out there as a template for people to build on I think it makes sense to document this as a known issue.

// src/__test__/index.spec.js

var test = require('tape');

// Add this broken test
test('never ending', function(t) {
    t.comment('This test executes')
    // There is no `t.plan` or `t.end` here. No failures will be reported, this
    // will just be the last test executed
})

test('basic arithmetic', function(t) {

With the broken test in place this is all you ever get out of the browser.

selection_324

You get the same thing out of node build/test.js

TAP version 13
# never ending
# This test executes

Here is what you get if you don't use webpack. This isn't really an option in my project because I depend on webpack for require('./whatever.css').

node src/__test__/index.spec.js

TAP version 13
# never ending
# This test executes
not ok 1 test exited without ending
  ---
    operator: fail
  ...
not ok 2 test exited without ending
  ---
    operator: fail
  ...

1..2
# tests 2
# pass  0
# fail  2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.