Skip to content

Commit

Permalink
Merge pull request #1 from fisuda/add/testcase
Browse files Browse the repository at this point in the history
Add test case
  • Loading branch information
fisuda authored Nov 26, 2019
2 parents 6e39f2c + adaa246 commit de8e079
Show file tree
Hide file tree
Showing 9 changed files with 440 additions and 408 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ build/
_SpecRunner.html
src/js/.tern-port
.DS_Store
*.swp
.coveralls.yml
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: node_js
node_js:
- "lts/*"
sudo: false
addons:
chrome: stable
firefox: latest-esr

before_install:
- npm install grunt-cli -g

script:
- xvfb-run grunt ci

branches:
only:
- master
3 changes: 0 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ module.exports = function (grunt) {
'src/js/*.js',
'tests/js/*Spec.js'
],
exclude: [
'src/js/main.js',
],
frameworks: ['jasmine'],
reporters: ['progress', 'coverage'],
browsers: ['Chrome', 'Firefox'],
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# remove null operator operator

[![](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/visualization.svg)](https://www.fiware.org/developers/catalogue/)
[![License: MIT](https://img.shields.io/github/license/lets-fiware/remove-null-operator.svg)](https://opensource.org/licenses/MIT)<br/>
[![Build Status](https://travis-ci.org/lets-fiware/remove-null-operator.svg?branch=master)](https://travis-ci.org/lets-fiware/remove-null-operator)
[![Coverage Status](https://coveralls.io/repos/github/lets-fiware/remove-null-operator/badge.svg)](https://coveralls.io/github/lets-fiware/remove-null-operator)

The remove null operator operator is a WireCloud operator that provides ...

## Build dependencies
Expand Down
Loading

0 comments on commit de8e079

Please sign in to comment.