Skip to content

Commit

Permalink
es6: rewriting all unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lscoder committed Jun 1, 2017
1 parent cd5a02e commit 9b9e68a
Show file tree
Hide file tree
Showing 27 changed files with 2,959 additions and 2,819 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export * from './util';
export * from './parseDicomDataSet';
export * from './byteArrayParser';

export { default as alloc } from './alloc';
export { default as version } from './version';
export { default as bigEndianByteArrayParser } from './bigEndianByteArrayParser';
export { readFixedString } from './byteArrayParser';
export { default as ByteStream } from './byteStream';
export { default as sharedCopy } from './sharedCopy';
export { default as DataSet } from './dataSet';
Expand Down
314 changes: 0 additions & 314 deletions test/bigEndianByteArrayParserTest.js

This file was deleted.

Loading

0 comments on commit 9b9e68a

Please sign in to comment.