Coder Social home page Coder Social logo

Comments (4)

matthewjh avatar matthewjh commented on July 26, 2024

Hi @torontocode,

It works for me. Please can you detail how you're including jasmine-promises in your project?

The project is packaged with browserify, so the ./patch require should resolve to the inline 'module' here https://github.com/matthewjh/jasmine-promises/blob/master/dist/jasmine-promises.js#L14

from jasmine-promises.

torontocode avatar torontocode commented on July 26, 2024

Sure:
in karma.conf.js:
frameworks: [ 'browserify', 'jasmine' ], preprocessors: { 'tests/**/*.test.js': [ 'browserify' ] }
and then in client.service.test.js:
require('jasmine-promises');
I see the module inline in my code, but it doesn't get found and I get the above error.

from jasmine-promises.

torontocode avatar torontocode commented on July 26, 2024

I tried adding the path to the file in karma.conf.js and it works fine.
I'm going to close this issue because I don't think there is a problem with this NPM module, I think the problem lies with using require() in test files. It doesn't seem to work as expected.

from jasmine-promises.

matthewjh avatar matthewjh commented on July 26, 2024

Ah. Maybe the issue is that you're using browserify to pre-process your test specs, which will cause it to process jasmine-promises. require('jasmine-promises') will execute code already packaged via browserify, which may be the problem -- it's trying to package code that's already browserified.

That's just a theory. I can look into this further.

from jasmine-promises.

Related Issues (8)

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.