Code Monkey home page Code Monkey logo

jasmine_koan's Introduction

Jasmine_Koan

The best way of learning is by doing right? This is an attempt at producing a lightweight set of KOANS to aid with the learning of Jasmine, the scope of this KOAN is not to teach Javascript, there are already some great examples of KOANS for this Here and Here, as such it is assumed that the reader is familiar with basic Javascript already.

For the timebeing this KOAN is aimed at Jasmine 1.3 purely because my primary target audience is using this version, I fully intended to extend this overtime to include later versions of Jasmine.

Getting Started

Make sure you have the latest packages installed

npm install
bower install

Note: If you don't have npm installed, make sure you have node installed. If you don't have bower, npm install -g bower.

The above steps will download all the required software to build and run this koan, such as Karma, Istanbul.

Project Structure

The project consists of two main directories 'app' and 'test', although it may seem conunter intuitive, you will need to write your KOAN code in the app directory. The test directory contains all of the tests that will guide you through the KOAN.

Running the Tests

You can run your tests from the root directory by calling Karma start, and you can change the test runmode by modifying the browers property in the karma.conf file using any of the valid values assuming that browser is available on your system, for a guide on the Karma.config file please checkout KARMA Configuration File guide

jasmine_koan's People

Contributors

philbob avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

jasmine_koan's Issues

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.