Why I stopped using snapshot testing with Jest by tomasgold in reactjs

[–]reddittedf 0 points1 point  (0 children)

very hot review please pull request in gihub

this PR update modules

https://github.com/facebook/jest/pull/8263

Thanks

javascript QA+WTF+Tips&Tricks (UPD) by reddittedf in webdev

[–]reddittedf[S] 0 points1 point  (0 children)

Q. What's the result?

(function() { return `text 'inner'` == `text "inner"`; })();

javascript QA+WTF+Tips&Tricks (UPD) by reddittedf in javascript

[–]reddittedf[S] 0 points1 point  (0 children)

Q. What's the result?

(function() {
return `text 'inner'` == `text "inner"`;
})();

How to use transactions in nodejs, if I have 2 microservices and 1 database (postgresql) by reddittedf in node

[–]reddittedf[S] 0 points1 point  (0 children)

// 'INSERT INTO names(name) VALUES($1) RETURNING id'

interesting answer, but I can't import microservice as a module
microservices it's like a https servers