Skip to content

Commit ac37d83

Browse files
committed
fix dist tests for default memory store
1 parent 9b31465 commit ac37d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dist: src/*.js test/*.js
3131
rm -rf dist && \
3232
babel src -d dist --no-comments && \
3333
babel test -d dist/test && \
34-
sed -i -e 's@../src/session@../..@' -e "s@describe('@describe('dist:@" dist/test/*.test.js && \
34+
sed -i -e 's@../src/session@../..@' -e 's@../src/@../@' -e "s@describe('@describe('dist:@" dist/test/*.test.js && \
3535
mocha dist/test && \
3636
rm -rf dist/test
3737

0 commit comments

Comments
 (0)