Guest User

Untitled

a guest
Aug 16th, 2020
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. **My JS Code**
  2.  
  3. _functions.js contents_
  4.  
  5. import { logContainer } from './logging.js'
  6.  
  7. _tape.test.js contents_
  8.  
  9. ```
  10. const testFile = require('../www/js/functions.js')
  11. const fetchMock = require('fetch-mock')
  12. ```
Advertisement
Add Comment
Please, Sign In to add comment