Giter Club home page Giter Club logo

Comments (12)

glassresistor avatar glassresistor commented on May 18, 2024

By moving it to a sub folder I get it working. Seems like it is trying ti require it twice and must have some error related to it.

from mochify.js.

mantoni avatar mantoni commented on May 18, 2024

I'd guess this has to do with the fact that 1.0.0 was a breaking change with an upgrade of Browserify from 4.x to 5.x. Can explain what exactly the issue with the current release is?

from mochify.js.

glassresistor avatar glassresistor commented on May 18, 2024

Its not allowing me to do this

test/test1.js
test/utils.js

in test1.js

var utils = require('utils');

fails with can't find module.

moving it to test/subfolder/utils works

from mochify.js.

mantoni avatar mantoni commented on May 18, 2024

You have to do relative file requires like this:

var utils = require('./utils');

This is a node thing. require('utils') will look for the module in the node_modules.

from mochify.js.

mantoni avatar mantoni commented on May 18, 2024

Is this still an issue, or can it be closed?

from mochify.js.

glassresistor avatar glassresistor commented on May 18, 2024

Its not allowing me to do this

test/test1.js
test/utils.js

in test1.js

var utils = require('utils');

fails with can't find module.

moving it to test/subfolder/utils works

from mochify.js.

glassresistor avatar glassresistor commented on May 18, 2024

sorry i meant to send that days ago.

from mochify.js.

mantoni avatar mantoni commented on May 18, 2024

Yes, you've sent this and I replied. Please read the thread again.

from mochify.js.

glassresistor avatar glassresistor commented on May 18, 2024

Oh apologies I didn't try require('utils'); i was doing require('./utils'); and made a typo(apparently twice). I think I must have got a local version of the page or something.

from mochify.js.

glassresistor avatar glassresistor commented on May 18, 2024

Here is example repo with only example tests and boiler plate(made from https://github.com/motherjones/cookiecutterGruntBrowserifyMochify with update to 1.9)

Should be able to just npm install and node_modules/.bin/mochify or grunt test

from mochify.js.

mantoni avatar mantoni commented on May 18, 2024

Is this still a think with version 2.1.x?

from mochify.js.

mantoni avatar mantoni commented on May 18, 2024

If this is still relevant, please open a new issue with a smaller example on how to reproduce. Closing.

from mochify.js.

Related Issues (20)

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.