Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docxtemplater-image-module
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
npm
docxtemplater-image-module
Commits
739917fe
Commit
739917fe
authored
Nov 26, 2016
by
Edgar HIPP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update for travis
parent
dc41441f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
es6/test.js
+0
-1
package.json
+1
-1
No files found.
es6/test.js
View file @
739917fe
...
...
@@ -46,7 +46,6 @@ beforeEach(function () {
});
function
testStart
()
{
// TODO test in browser
describe
(
"{%image}"
,
function
()
{
it
(
"should work with one image"
,
function
()
{
this
.
name
=
"imageExample.docx"
;
...
...
package.json
View file @
739917fe
...
...
@@ -5,7 +5,7 @@
"main"
:
"js/index.js"
,
"scripts"
:
{
"compile"
:
"rimraf js && mkdirp js && babel es6 --out-dir js"
,
"pre
publish
"
:
"rimraf build && mkdirp build && npm run compile && npm run browserify && npm run uglify"
,
"pre
version
"
:
"rimraf build && mkdirp build && npm run compile && npm run browserify && npm run uglify"
,
"test:compiled"
:
"mocha js/test.js"
,
"test:es6"
:
"mocha es6/test.js"
,
"lint"
:
"eslint ."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment